Classe ServerGroup.Key

Represents the property that is associated with the object that is used to uniquely identify the object.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
    Microsoft.SqlServer.Management.RegisteredServers..::..ServerGroup..::..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 SfcKey
'Utilisation
Dim instance As ServerGroup.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =  
    class
        inherit SfcKey
    end
public final class Key extends SfcKey

Le type ServerGroup..::..Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ServerGroup. . :: . .Key() () () () Initializes a new instance of the ServerGroup..::..Key class.
Méthode publique ServerGroup. . :: . .Key(String) Initializes a new instance of the ServerGroup..::..Key class that has the specified name.
Méthode publique ServerGroup. . :: . .Key(ServerGroup. . :: . .Key) Initializes a new instance of the ServerGroup..::..Key class that is based on the referenced key object.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets a String value that specifies the name of the server group key.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(Object) Determines whether the specified Object is equal to the server group represented by the ServerGroup..::..Key object. (remplace SfcKey. . :: . .Equals(Object).)
Méthode publique Equals(SfcKey) Determines whether the object identified by the specified Key is equal to the server group represented by the ServerGroup..::..Key object. (remplace SfcKey. . :: . .Equals(SfcKey).)
Méthode publiqueMembre statique Equals(Object, Object) Determines whether the two specified objects are the same.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Gets the hash code for the server group. (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 server group. (remplace SfcKey. . :: . .GetUrnFragment() () () ().)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Ne référencez pas directement 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, ServerGroup. . :: . .Key) Determines whether the object identified by a Object is the same as the object identified by a ServerGroup..::..Key.
Opérateur publicMembre statique Equality(ServerGroup. . :: . .Key, ServerGroup. . :: . .Key) Determines whether the objects identified by two ServerGroup..::..Key objects are the same.
Opérateur publicMembre statique Equality(ServerGroup. . :: . .Key, Object) Determines whether the object identified by a Object is the same as the object identified by a ServerGroup..::..Key.
Opérateur publicMembre statique Inequality(Object, ServerGroup. . :: . .Key) Determines whether the object identified by a Object is different than the object identified by a RegisteredServersStore..::..Key.
Opérateur publicMembre statique Inequality(ServerGroup. . :: . .Key, ServerGroup. . :: . .Key) Determines whether the objects identified by two ServerGroup..::..Key objects are different.
Opérateur publicMembre statique Inequality(ServerGroup. . :: . .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.