ObjectProperty.KeyIndex 속성

Gets or sets the property key index.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Property KeyIndex As Short 
    Get 
    Set
‘사용 방법
Dim instance As ObjectProperty 
Dim value As Short 

value = instance.KeyIndex

instance.KeyIndex = value
public short KeyIndex { get; set; }
public:
property short KeyIndex {
    short get ();
    void set (short value);
}
member KeyIndex : int16 with get, set
function get KeyIndex () : short 
function set KeyIndex (value : short)

속성 값

유형: System.Int16
A value that represents the property key index.

참고 항목

참조

ObjectProperty 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스