XmlSchemaCollection.ExtendedProperties Property
SQL Server 2012
Represents a collection of ExtendedProperty objects that contain information about the extended properties of the XmlSchemaCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(ExtendedProperty))] public ExtendedPropertyCollection ExtendedProperties { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollectionAn ExtendedPropertyCollection object that contains the extended properties of the XmlSchemaCollection object.
