Share via


EnvironmentInfo.IdentityKey Property

Gets the identity key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EnvironmentInfo.Key 
    Get
'Usage
Dim instance As EnvironmentInfo 
Dim value As EnvironmentInfo.Key 

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

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
The identity key.

See Also

Reference

EnvironmentInfo Class

Microsoft.SqlServer.Management.IntegrationServices Namespace