Compartilhar via


Propriedade do RDL ValidationOperation.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 ValidationOperation.Key 
    Get
'Uso
Dim instance As ValidationOperation 
Dim value As ValidationOperation.Key 

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

Valor da propriedade

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

Consulte também

Referência

ValidationOperation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices