Condividi tramite


Proprietà EnvironmentVariable.IdentityKey

Gets the identity key.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EnvironmentVariable.Key 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

EnvironmentVariable Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices