Compartilhar via


Propriedade do RDL Operation.IdentityKey

Gets the identity key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

Operation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices