Membres ServerGroupBase

The ServerGroupBase class is a base class that is used in the construction of the ServerGroup class, which represents a group of Microsoft SQL Server registered servers.

Le type ServerGroupBase expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
Méthode protégée CheckObjectState (Hérité de RegSvrSmoObject.)
Méthode protégée ClearCollections Clears the server group collections.
Méthode publique Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object.
Méthode publique Drop Removes the ServerGroupBase from the parent server group.
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.
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 Name Gets or sets the name of the object. (Hérité de RegSvrSmoObject.)
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.
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.
Propriété publique State Gets the state of the referenced object. (Hérité de SmoObjectBase.)
Propriété publique Urn Gets the Urn object that represents the object. (Hérité de RegSvrSmoObject.)
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