Compartir a través de


ServerGroup Miembros

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

El tipo ServerGroup expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ServerGroup() () () () Initializes a new instance of the ServerGroup object.
Método publico ServerGroup(String) Initializes a new instance of the ServerGroup object that has the specified name.
Método publico ServerGroup(ServerGroup, String)

Principio

Métodos

  Nombre Descripción
Método publico Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (Se hereda de ServerGroupBase).
Método protegido CheckObjectState (Se hereda de RegSvrSmoObject).
Método protegido ClearCollections Clears the server group collections. (Se hereda de ServerGroupBase).
Método publico Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (Se hereda de ServerGroupBase).
Método publico Drop Removes the ServerGroupBase from the parent server group. (Se hereda de ServerGroupBase).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetSmoObject Gets a RegSvrSmoObject that is specified by a URN. (Se hereda de ServerGroupBase).
Método publico GetType (Se hereda de Object).
Método protegido ImplInitialize (Se hereda de RegSvrSmoObject).
Método publico Initialize (Se hereda de RegSvrSmoObject).
Método protegido IsObjectInitialized (Se hereda de RegSvrSmoObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh (Se hereda de RegSvrSmoObject).
Método protegido SetParentImpl (Se hereda de RegSvrSmoObject).
Método publico ToString (Se hereda de Object).
Método protegido UpdateObjectState (Se hereda de RegSvrSmoObject).
Método publico Validate (Se hereda de SmoObjectBase).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets the textual description of the referenced group of registered servers.
Propiedad pública Name Gets or sets the name of the object. (Se hereda de RegSvrSmoObject).
Propiedad pública Parent Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object.
Propiedad pública Path Gets the path of the referenced server group.
Propiedad pública Properties Gets the properties associated with the object. (Se hereda de RegSvrSmoObject).
Propiedad pública RegisteredServers Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. (Se hereda de ServerGroupBase).
Propiedad pública ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Se hereda de ServerGroupBase).
Propiedad pública ServerType Gets the Guid object value that specifies the type of server associated with the server group.
Propiedad pública State Gets the state of the referenced object. (Se hereda de SmoObjectBase).
Propiedad pública Urn Gets the Urn object value that represents the server group. (Invalida RegSvrSmoObject. . :: . .Urn.)
Propiedad protegida UrnSkeleton Gets the Urn object that represents the object. (Se hereda de RegSvrSmoObject).
Propiedad pública UserData Gets or sets user-defined data associated with the referenced object. (Se hereda de SmoObjectBase).

Principio