Index.ExtendedProperties Property
Gets a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the Index object.
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 represents all the extended properties defined on the Index object.
Implements
IExtendedProperties.ExtendedProperties
Show: