Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the key value that uniquely identifies the registered server.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As RegisteredServer.Key
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.RegisteredServers.RegisteredServer.Key
A Key value that contains the key value that uniquely identifies the registered server.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.RegisteredServers