ServerGroup.IdentityKey 속성

Gets the key value that uniquely identifies the server group.

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

구문

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

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

속성 값

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

주의

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

참고 항목

참조

ServerGroup 클래스

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