ServerGroup Members
Include Protected Members
Include Inherited Members
The ServerGroup object represents a group of Microsoft SQL Server registered servers.
The ServerGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ServerGroup() | Initializes a new instance of the ServerGroup object. |
![]() |
ServerGroup(String) | Initializes a new instance of the ServerGroup object that has the specified name. |
![]() |
ServerGroup(ServerGroup, String) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Alter() | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (Inherited from ServerGroupBase.) |
![]() |
CheckObjectState() | (Inherited from RegSvrSmoObject.) |
![]() |
ClearCollections() | Clears the server group collections. (Inherited from ServerGroupBase.) |
![]() |
Create() | Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (Inherited from ServerGroupBase.) |
![]() |
Drop() | Removes the ServerGroupBase from the parent server group. (Inherited from ServerGroupBase.) |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetSmoObject(Urn) | Gets a RegSvrSmoObject that is specified by a URN. (Inherited from ServerGroupBase.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
ImplInitialize(array<String[], array<OrderBy[]) | (Inherited from RegSvrSmoObject.) |
![]() |
Initialize() | (Inherited from RegSvrSmoObject.) |
![]() |
IsObjectInitialized() | (Inherited from RegSvrSmoObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
Refresh() | (Inherited from RegSvrSmoObject.) |
![]() |
SetParentImpl(RegSvrSmoObject) | (Inherited from RegSvrSmoObject.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
UpdateObjectState() | (Inherited from RegSvrSmoObject.) |
![]() |
Validate(String, array<Object[]) | (Inherited from SmoObjectBase.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets or sets the textual description of the referenced group of registered servers. |
![]() |
Name | Gets or sets the name of the object. (Inherited from RegSvrSmoObject.) |
![]() |
Parent | Gets or sets the ServerGroup object that is the parent of the referenced ServerGroup object. |
![]() |
Path | Gets the path of the referenced server group. |
![]() |
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. (Inherited from ServerGroupBase.) |
![]() |
ServerGroups | Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Inherited from ServerGroupBase.) |
![]() |
ServerType | Gets the Guid object value that specifies the type of server associated with the server group. |
![]() |
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
![]() |
Urn | Gets the Urn object value that represents the server group. (Overrides RegSvrSmoObject.Urn.) |
![]() |
UrnSkeleton | 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.) |
Top