Compartilhar via


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

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

Valor da propriedade

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

Consulte também

Referência

IntegrationServices Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices