Partager via


Propriété Operation.IdentityKey

Gets the identity key.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As Operation.Key 
    Get
'Utilisation
Dim instance As Operation 
Dim value As Operation.Key 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
The identity key.

Voir aussi

Référence

Operation Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices