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.