Freigeben über


SfcInstance<K, T>.IdentityKey-Eigenschaft

Gets the identity key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As K
    Get
'Usage
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

Eigenschaftswert

Typ: K
The identify key.

Siehe auch

Verweis

SfcInstance<K, T> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace