Table of Contents

Class SqlOperators

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the operators configured for a SQL instance. This only applies to on-premises installations of SQL Server.

public class SqlOperators : BypassSection
Inheritance
SqlOperators
Inherited Members

Constructors

SqlOperators()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlOperators class.

public SqlOperators()

Properties

Items

Gets or sets the items in the collection.

public SqlOperatorCollection Items { get; set; }

Property Value

SqlOperatorCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlOperators class from the specified XML.

public static SqlOperators FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlOperators

A CENTREL.XIA.Configuration.Types.SqlOperators class.

ToString()

Returns the operators as a human readable string.

public override string ToString()

Returns

string

The operators as a human readable string.