AssociatedIndex 属性

Gets an object that represents the index that implements the constraint.

命名空间:  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
A IRelationalIndex object that represents the index that implements the constraint.