Clase ServerGroup
Nota: esta API ya está obsoleta.
El objeto ServerGroup representa un grupo de servidores registrados de Microsoft SQL Server.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .RegSvrSmoObject
Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroupBase
Microsoft.SqlServer.Management.Smo.RegisteredServers..::..ServerGroup
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")> _
Public NotInheritable Class ServerGroup _
Inherits ServerGroupBase
'Uso
Dim instance As ServerGroup
[ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public sealed class ServerGroup : ServerGroupBase
[ObsoleteAttribute(L"Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")]
public ref class ServerGroup sealed : public ServerGroupBase
[<SealedAttribute>]
[<ObsoleteAttribute("Instead use namespace Microsoft.SqlServer.Management.RegisteredServers")>]
type ServerGroup =
class
inherit ServerGroupBase
end
public final class ServerGroup extends ServerGroupBase
El tipo ServerGroup expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ServerGroup() () () () | Inicializa una nueva instancia del objeto ServerGroup. | |
ServerGroup(String) | Inicializa una nueva instancia del objeto ServerGroup con el nombre especificado. | |
ServerGroup(ServerGroup, String) | Inicializa una nueva instancia del objeto ServerGroup basada en el grupo de servidores especificado y con el nombre especificado. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Obtiene o establece la descripción textual del grupo de servidores registrados al que se hace referencia. | |
Name | Gets or sets the name of the object. (Se hereda de RegSvrSmoObject.) | |
Parent | Obtiene o establece el objeto ServerGroup que es primario del objeto ServerGroup al que se hace referencia. | |
Path | Obtiene la ruta de acceso del grupo de servidores al que se hace referencia. | |
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. (Se hereda de ServerGroupBase.) | |
ServerGroups | Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group that is included in the parent server group. (Se hereda de ServerGroupBase.) | |
ServerType | Obtiene el valor de objeto Guid que especifica el tipo de servidor asociado al grupo de servidores. | |
State | Gets the state of the referenced object. (Se hereda de SmoObjectBase.) | |
Urn | Obtiene el valor de objeto Urn que representa el grupo de servidores. (Invalida RegSvrSmoObject. . :: . .Urn.) | |
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.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Updates any ServerGroupBase object property changes on the instance of Microsoft SQL Server. (Se hereda de ServerGroupBase.) | |
CheckObjectState | Checks the state of the object. (Se hereda de RegSvrSmoObject.) | |
ClearCollections | Clears the server group collections. (Se hereda de ServerGroupBase.) | |
Create | Creates a server group on the instance of Microsoft SQL Server as defined by the ServerGroupBase object. (Se hereda de ServerGroupBase.) | |
Drop | Removes the ServerGroupBase from the parent server group. (Se hereda de ServerGroupBase.) | |
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. (Se hereda de ServerGroupBase.) | |
GetType | (Se hereda de Object.) | |
ImplInitialize | Initializes the object. (Se hereda de RegSvrSmoObject.) | |
Initialize | Initializes the object. (Se hereda de RegSvrSmoObject.) | |
IsObjectInitialized | Gets a Boolean value that specifies whether the object was initialized. (Se hereda de RegSvrSmoObject.) | |
MemberwiseClone | (Se hereda de Object.) | |
Refresh | Refreshes the properties of the object. (Se hereda de RegSvrSmoObject.) | |
SetParentImpl | Sets a parent. (Se hereda de RegSvrSmoObject.) | |
ToString | (Se hereda de Object.) | |
UpdateObjectState | Gets the updated object state. (Se hereda de RegSvrSmoObject.) | |
Validate | Validates the state of an object. (Se hereda de SmoObjectBase.) |
Arriba
Comentarios
To get or set ServerGroup object properties, users must be a member of the sysadmin fixed server role.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también