Partager via


Membres ServerGroup

The ServerGroup object represents a group of Microsoft SQL Server registered servers.

Le type ServerGroup expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ServerGroup() () () () Initializes a new instance of the ServerGroup object.
Méthode publique ServerGroup(String) Initializes a new instance of the ServerGroup object that has the specified name.
Méthode publique ServerGroup(ServerGroup, String)

Haut de la page

Méthodes

  Nom Description
Méthode publique Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (Hérité de ServerGroupBase.)
Méthode protégée CheckObjectState (Hérité de RegSvrSmoObject.)
Méthode protégée ClearCollections Clears the server group collections. (Hérité de ServerGroupBase.)
Méthode publique Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (Hérité de ServerGroupBase.)
Méthode publique Drop Removes the ServerGroupBase from the parent server group. (Hérité de ServerGroupBase.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetSmoObject Gets a RegSvrSmoObject that is specified by a URN. (Hérité de ServerGroupBase.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée ImplInitialize (Hérité de RegSvrSmoObject.)
Méthode publique Initialize (Hérité de RegSvrSmoObject.)
Méthode protégée IsObjectInitialized (Hérité de RegSvrSmoObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Refresh (Hérité de RegSvrSmoObject.)
Méthode protégée SetParentImpl (Hérité de RegSvrSmoObject.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée UpdateObjectState (Hérité de RegSvrSmoObject.)
Méthode publique Validate (Hérité de SmoObjectBase.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Gets or sets the textual description of the referenced group of registered servers.
Propriété publique Name Gets or sets the name of the object. (Hérité de RegSvrSmoObject.)
Propriété publique Parent Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object.
Propriété publique Path Gets the path of the referenced server group.
Propriété publique Properties Gets the properties associated with the object. (Hérité de RegSvrSmoObject.)
Propriété publique RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. (Hérité de ServerGroupBase.)
Propriété publique ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Hérité de ServerGroupBase.)
Propriété publique ServerType Gets the Guid object value that specifies the type of server associated with the server group.
Propriété publique State Gets the state of the referenced object. (Hérité de SmoObjectBase.)
Propriété publique Urn Gets the Urn object value that represents the server group. (Se substitue à RegSvrSmoObject. . :: . .Urn.)
Propriété protégée UrnSkeleton Gets the Urn object that represents the object. (Hérité de RegSvrSmoObject.)
Propriété publique UserData Gets or sets user-defined data associated with the referenced object. (Hérité de SmoObjectBase.)

Haut de la page