ServerGroupBase Members
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.
The following tables list the members exposed by the ServerGroupBase type.
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Name | Gets or sets the name of the object. (inherited from RegSvrSmoObject) | |
Properties | Gets the properties associated with the object. (inherited from 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. (inherited from SmoObjectBase) | |
Urn | Gets the Urn object that represents the object. (inherited from RegSvrSmoObject) | |
UserData | Gets or sets user-defined data associated with the referenced object. (inherited from SmoObjectBase) |
Nach oben
Protected Properties
Name | Description | |
---|---|---|
UrnSkeleton | Gets the Urn object that represents the object. (inherited from RegSvrSmoObject) |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Alter | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. | |
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 | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetSmoObject | ||
GetType | (inherited from Object ) | |
Initialize | (inherited from RegSvrSmoObject ) | |
ReferenceEquals | (inherited from Object ) | |
Refresh | (inherited from RegSvrSmoObject ) | |
ToString | (inherited from Object ) |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
CheckObjectState | (inherited from RegSvrSmoObject ) | |
ClearCollections | Clears the server group collections. | |
Finalize | (inherited from Object ) | |
ImplInitialize | (inherited from RegSvrSmoObject ) | |
IsObjectInitialized | (inherited from RegSvrSmoObject ) | |
MemberwiseClone | (inherited from Object ) | |
SetParentImpl | (inherited from RegSvrSmoObject ) | |
Trace | (inherited from RegSvrSmoObject ) | |
UpdateObjectState | (inherited from RegSvrSmoObject ) |
Nach oben
Siehe auch
Verweis
ServerGroupBase Class
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace