IndexKey 属性

Gets or sets the index key that is associated with the index.

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

语法

声明
Property IndexKey As IUniqueConstraintBase
    Get
    Set
用法
Dim instance As IMutableRelationalIndex
Dim value As IUniqueConstraintBase

value = instance.IndexKey

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

属性值

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

实现

IRelationalIndex. . :: . .IndexKey