Compartir a través de


ServerGroupBase Miembros

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.

El tipo ServerGroupBase expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Alter Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server.
Método protegido CheckObjectState (Se hereda de RegSvrSmoObject).
Método protegido ClearCollections Clears the server group collections.
Método publico Create Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object.
Método publico Drop Removes the ServerGroupBase from the parent server group.
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.
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 Name Gets or sets the name of the object. (Se hereda de RegSvrSmoObject).
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.
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.
Propiedad pública State Gets the state of the referenced object. (Se hereda de SmoObjectBase).
Propiedad pública Urn Gets the Urn object that represents the object. (Se hereda de RegSvrSmoObject).
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