다음을 통해 공유


SfcInstance<K, T>.IdentityKey 속성

Gets the identity key.

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

구문

‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As K
    Get
‘사용 방법
Dim instance As SfcInstance 
Dim value As K

value = instance.IdentityKey
[SfcIgnoreAttribute]
public K IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property K IdentityKey {
    K get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : 'K
function get IdentityKey () : K

속성 값

유형: K
The identify key.

참고 항목

참조

SfcInstance<K, T> 클래스

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