Index.IndexedColumns Property
SQL Server 2008
Gets a collection of IndexedColumn objects that represent all the columns participating in the index.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedColumn))] public IndexedColumnCollection IndexedColumns { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.IndexedColumnCollectionAn IndexedColumnCollection object that represents all the columns participating in the index.
