次の方法で共有


AssociatedIndex プロパティ

制約を実装するインデックスを表すオブジェクトを取得します。

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

構文

'宣言
ReadOnly Property AssociatedIndex As IRelationalIndex
    Get
'使用
Dim instance As IUniqueConstraintBase
Dim value As IRelationalIndex

value = instance.AssociatedIndex
IRelationalIndex AssociatedIndex { get; }
property IRelationalIndex^ AssociatedIndex {
    IRelationalIndex^ get ();
}
abstract AssociatedIndex : IRelationalIndex
function get AssociatedIndex () : IRelationalIndex

プロパティ値

型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IRelationalIndex
制約を実装するインデックスを表す IRelationalIndex オブジェクトです。