IndexKey 属性

Gets the index key that is associated with the index.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property IndexKey As IUniqueConstraintBase
    Get
用法
Dim instance As IRelationalIndex
Dim value As IUniqueConstraintBase

value = instance.IndexKey
IUniqueConstraintBase IndexKey { get; }
property IUniqueConstraintBase^ IndexKey {
    IUniqueConstraintBase^ get ();
}
abstract IndexKey : IUniqueConstraintBase
function get IndexKey () : IUniqueConstraintBase

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUniqueConstraintBase
The IUniqueConstraintBase object that represents the index key that is associated with the index.