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 | |
---|---|---|
Alter | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. | |
CheckObjectState | (Se hereda de RegSvrSmoObject). | |
ClearCollections | Clears the server group collections. | |
Create | Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. | |
Drop | Removes the ServerGroupBase from the parent server group. | |
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetSmoObject | Gets a RegSvrSmoObject that is specified by a URN. | |
GetType | (Se hereda de Object). | |
ImplInitialize | (Se hereda de RegSvrSmoObject). | |
Initialize | (Se hereda de RegSvrSmoObject). | |
IsObjectInitialized | (Se hereda de RegSvrSmoObject). | |
MemberwiseClone | (Se hereda de Object). | |
Refresh | (Se hereda de RegSvrSmoObject). | |
SetParentImpl | (Se hereda de RegSvrSmoObject). | |
ToString | (Se hereda de Object). | |
UpdateObjectState | (Se hereda de RegSvrSmoObject). | |
Validate | (Se hereda de SmoObjectBase). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets or sets the name of the object. (Se hereda de RegSvrSmoObject). | |
Properties | Gets the properties associated with the object. (Se hereda de RegSvrSmoObject). | |
RegisteredServers | Represents a collection of RegisteredServer objects. Each RegisteredServer object represents a registered server that is included in the parent server group. | |
ServerGroups | Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. | |
State | Gets the state of the referenced object. (Se hereda de SmoObjectBase). | |
Urn | Gets the Urn object that represents the object. (Se hereda de RegSvrSmoObject). | |
UrnSkeleton | Gets the Urn object that represents the object. (Se hereda de RegSvrSmoObject). | |
UserData | Gets or sets user-defined data associated with the referenced object. (Se hereda de SmoObjectBase). |
Principio
Vea también