Freigeben über


ServerGroup.IdentityKey-Eigenschaft

Gets the key value that uniquely identifies the server group.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ServerGroup.Key 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ServerGroup Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace