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.