ServerGroup Members
The ServerGroup object represents a group of Microsoft SQL Server registered servers.
The following tables list the members exposed by the ServerGroup type.
Public Constructors
Name | Description | |
---|---|---|
ServerGroup | Overloaded. Initializes a new instance of the ServerGroup object. |
Top
Public Properties
(see also Protected 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 | Overridden. Gets the Urn object value that represents the server group. | |
UserData | Gets or sets user-defined data associated with the referenced object. (inherited from SmoObjectBase) |
Top
Protected Properties
Name | Description | |
---|---|---|
UrnSkeleton | Gets the Urn object that represents the object. (inherited from RegSvrSmoObject) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Alter | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (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 | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetSmoObject | (inherited from ServerGroupBase ) | |
GetType | (inherited from Object ) | |
Initialize | (inherited from RegSvrSmoObject ) | |
ReferenceEquals | (inherited from Object ) | |
Refresh | (inherited from RegSvrSmoObject ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
CheckObjectState | (inherited from RegSvrSmoObject ) | |
ClearCollections | Clears the server group collections. (inherited from ServerGroupBase) | |
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 ) |
Top
See Also
Reference
ServerGroup Class
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace
Other Resources
Managing Registered Servers
sp_ActiveDirectory_SCP (Transact-SQL)