다음을 통해 공유


RegisteredServer.IdentityKey 속성

Gets the key value that uniquely identifies the registered server.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A Key value that contains the key value that uniquely identifies the registered server.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

RegisteredServer 클래스

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