次の方法で共有


Indexes プロパティ

テーブル インデックスのコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
ReadOnly Property Indexes As IMutableMetadataCollection(Of IIndex)
    Get
'使用
Dim instance As IMutableDatabaseTable
Dim value As IMutableMetadataCollection(Of IIndex)

value = instance.Indexes
IMutableMetadataCollection<IIndex> Indexes { get; }
property IMutableMetadataCollection<IIndex^>^ Indexes {
    IMutableMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMutableMetadataCollection<IIndex>
function get Indexes () : IMutableMetadataCollection<IIndex>

プロパティ値

型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IIndex> ) > ) >
すべてのテーブル インデックスを含む IIndexIMutableMetadataCollection<(Of <(<'T>)>)> です。