ManagedInstance.IdentityKey 속성

Gets the key value that identifies the managed instance.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ManagedInstance.Key 
    Get
‘사용 방법
Dim instance As ManagedInstance 
Dim value As ManagedInstance.Key 

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

속성 값

유형: Microsoft.SqlServer.Management.Utility.ManagedInstance.Key
An Key value that specifies the key value that identifies the managed instance.

참고 항목

참조

ManagedInstance 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스