Indexes 속성
Gets a collection of table indexes.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property Indexes As IMetadataCollection(Of IIndex)
Get
‘사용 방법
Dim instance As IDatabaseTable
Dim value As IMetadataCollection(Of IIndex)
value = instance.Indexes
IMetadataCollection<IIndex> Indexes { get; }
property IMetadataCollection<IIndex^>^ Indexes {
IMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMetadataCollection<IIndex>
function get Indexes () : IMetadataCollection<IIndex>
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IIndex> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IIndex that contains all table indexes.