Gets the identity key.
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EnvironmentInfo.Key
Get
用法
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
属性值
类型:Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
The identity key.