EnvironmentInfo.IdentityKey Property

 

Applies To: SQL Server 2016 Preview

Gets the identity key.

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

Syntax

[SfcIgnoreAttribute]
public EnvironmentInfo.Key IdentityKey { get; }
public:
[SfcIgnoreAttribute]
property EnvironmentInfo::Key^ IdentityKey {
    EnvironmentInfo::Key^ get();
}
[<SfcIgnoreAttribute>]
member IdentityKey : EnvironmentInfo.Key with get
<SfcIgnoreAttribute>
Public ReadOnly Property IdentityKey As EnvironmentInfo.Key

Property Value

Type: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key

The identity key.

See Also

EnvironmentInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top