Freigeben über


ServerGroup-Member

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

Der ServerGroup-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ServerGroup() () () () Initializes a new instance of the ServerGroup object.
Öffentliche Methode ServerGroup(String) Initializes a new instance of the ServerGroup object that has the specified name.
Öffentliche Methode ServerGroup(ServerGroup, String)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (Geerbt von ServerGroupBase.)
Geschützte Methode CheckObjectState (Geerbt von RegSvrSmoObject.)
Geschützte Methode ClearCollections Clears the server group collections. (Geerbt von ServerGroupBase.)
Öffentliche Methode Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (Geerbt von ServerGroupBase.)
Öffentliche Methode Drop Removes the ServerGroupBase from the parent server group. (Geerbt von ServerGroupBase.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetSmoObject Gets a RegSvrSmoObject that is specified by a URN. (Geerbt von ServerGroupBase.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode ImplInitialize (Geerbt von RegSvrSmoObject.)
Öffentliche Methode Initialize (Geerbt von RegSvrSmoObject.)
Geschützte Methode IsObjectInitialized (Geerbt von RegSvrSmoObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh (Geerbt von RegSvrSmoObject.)
Geschützte Methode SetParentImpl (Geerbt von RegSvrSmoObject.)
Öffentliche Methode ToString (Geerbt von Object.)
Geschützte Methode UpdateObjectState (Geerbt von RegSvrSmoObject.)
Öffentliche Methode Validate (Geerbt von SmoObjectBase.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Gets or sets the textual description of the referenced group of registered servers.
Öffentliche Eigenschaft Name Gets or sets the name of the object. (Geerbt von RegSvrSmoObject.)
Öffentliche Eigenschaft Parent Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object.
Öffentliche Eigenschaft Path Gets the path of the referenced server group.
Öffentliche Eigenschaft Properties Gets the properties associated with the object. (Geerbt von RegSvrSmoObject.)
Öffentliche Eigenschaft RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. (Geerbt von ServerGroupBase.)
Öffentliche Eigenschaft ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Geerbt von ServerGroupBase.)
Öffentliche Eigenschaft ServerType Gets the Guid object value that specifies the type of server associated with the server group.
Öffentliche Eigenschaft State Gets the state of the referenced object. (Geerbt von SmoObjectBase.)
Öffentliche Eigenschaft Urn Gets the Urn object value that represents the server group. (Überschreibt RegSvrSmoObject. . :: . .Urn.)
Geschützte Eigenschaft UrnSkeleton Gets the Urn object that represents the object. (Geerbt von RegSvrSmoObject.)
Öffentliche Eigenschaft UserData Gets or sets user-defined data associated with the referenced object. (Geerbt von SmoObjectBase.)

Zum Anfang