Classe RegisteredServersStore.Key

The RegisteredServersStore.Key class represents the property that is associated with the object that uniquely identifies the object.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore.Key

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Utilisation
Dim instance As RegisteredServersStore.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class 
        inherit DomainRootKey 
    end
public final class Key extends DomainRootKey

Le type RegisteredServersStore.Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique RegisteredServersStore.Key Initializes a new instance of the RegisteredServersStore.Key class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Domain Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de DomainRootKey.)
Propriété publique InstanceType Gets the type of the instance class associated with this key class. (hérité de SfcKey.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(Object) Determines whether the specified object is equal to the registered servers store represented by the RegisteredServersStore.Key object. (remplace SfcKey.Equals(Object).)
Méthode publique Equals(SfcKey) Determines whether the object identified by the specified SfcKey is equal to the registered servers store represented by the RegisteredServersStore.Key object. (remplace SfcKey.Equals(SfcKey).)
Méthode publiqueMembre statique Equals(Object, Object) Determines whether the two specified objects are the same.
Méthode publique GetHashCode Gets the hash code for the registered servers store. (remplace SfcKey.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Gets the partial unique resource name (URN) path string that represents the DAC store. (remplace SfcKey.GetUrnFragment().)
Méthode publique ToString Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (hérité de SfcKey.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Opérateur publicMembre statique Equality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are the same.
Opérateur publicMembre statique Equality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is the same as the object identified by a RegisteredServersStore.Key.
Opérateur publicMembre statique Inequality(Object, RegisteredServersStore.Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.
Opérateur publicMembre statique Inequality(RegisteredServersStore.Key, RegisteredServersStore.Key) Determines whether the objects identified by two RegisteredServersStore.Key objects are different.
Opérateur publicMembre statique Inequality(RegisteredServersStore.Key, Object) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore.Key.

Haut de la page

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.RegisteredServers