Compartir a través de


Operation.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 Operation.Key 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices