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> ) > ) >
すべてのテーブル インデックスを含む IIndex の IMetadataCollection<(Of <(<'T>)>)> です。