Freigeben über


RegisteredServer.IdentityKey-Eigenschaft

Gets the key value that uniquely identifies the registered server.

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

Syntax

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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

RegisteredServer Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace