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.