Gets the identity key.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As EnvironmentVariable.Key
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
The identity key.