Propriété SfcInstance<K, T>.IdentityKey
Gets the identity key.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As K
Get
'Utilisation
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
Valeur de propriété
Type : K
The identify key.