Propriedade do RDL EnvironmentVariable.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 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 da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
The identity key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices