Class SqlExtendedProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of SQL extended properties.
public class SqlExtendedProperties : BaseTypeSection
- Inheritance
-
SqlExtendedProperties
Constructors
SqlExtendedProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlExtendedProperties class.
public SqlExtendedProperties()
Properties
Items
Gets or sets the items in the collection.
public SqlExtendedPropertyCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlExtendedProperties class from the specified XML.
public static SqlExtendedProperties FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlExtendedProperties
A CENTREL.XIA.Configuration.Types.SqlExtendedProperties class.
ToString()
Returns the extended properties as a human readable string.
public override string ToString()
Returns
- string
The extended properties as a human readable string.