Compartir a través de


RegisteredServer.IdentityKey Propiedad

Gets the key value that uniquely identifies the registered server.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As RegisteredServer.Key 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

RegisteredServer Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers