Compartir a través de


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

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

Valor de la propiedad

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

Vea también

Referencia

EnvironmentVariable Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices