Compartir a través de


OperationMessage.IdentityKey Propiedad

Gets the identity key of the specified operation.

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 OperationMessage.Key 
    Get
'Uso
Dim instance As OperationMessage 
Dim value As OperationMessage.Key 

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

Valor de la propiedad

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

Vea también

Referencia

OperationMessage Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices