Freigeben über


IndexKey-Eigenschaft

Gets the index key that is associated with the index.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IndexKey As IUniqueConstraintBase
    Get
'Usage
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

Eigenschaftswert

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