Compartir a través de


ExecutionOperation.IdentityKey Propiedad

Gets the identity key.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ExecutionOperation.Key 
    Get
'Uso
Dim instance As ExecutionOperation 
Dim value As ExecutionOperation.Key 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
The identity key.

Vea también

Referencia

ExecutionOperation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices