IndexedColumns 属性
Gets a collection of IndexedColumn objects that represent all the columns participating in the index.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedColumn))> _
Public ReadOnly Property IndexedColumns As IndexedColumnCollection
Get
用法
Dim instance As Index
Dim value As IndexedColumnCollection
value = instance.IndexedColumns
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedColumn))]
public IndexedColumnCollection IndexedColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny,
typeof(IndexedColumn))]
public:
property IndexedColumnCollection^ IndexedColumns {
IndexedColumnCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny,
typeof(IndexedColumn))>]
member IndexedColumns : IndexedColumnCollection
function get IndexedColumns () : IndexedColumnCollection
属性值
类型:Microsoft.SqlServer.Management.Smo. . :: . .IndexedColumnCollection
An IndexedColumnCollection object that represents all the columns participating in the index.