IMutableRelationalIndex.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.

참고 항목

참조

IMutableRelationalIndex 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스