Compartir a través de


Clase ServerGroup

The ServerGroup class represents a SQL Server server group.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.RegisteredServers.ServerGroupParent
      Microsoft.SqlServer.Management.RegisteredServers.ServerGroup

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public NotInheritable Class ServerGroup _
    Inherits ServerGroupParent _
    Implements ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable,  _
    IAlterable, ISfcDroppable, IDroppable, ISfcRenamable, IRenamable,  _
    ISfcMovable
'Uso
Dim instance As ServerGroup
public sealed class ServerGroup : ServerGroupParent, 
    ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, 
    ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable
public ref class ServerGroup sealed : public ServerGroupParent, 
    ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, 
    ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable
[<SealedAttribute>]
type ServerGroup =  
    class 
        inherit ServerGroupParent 
        interface ISfcValidate 
        interface ISfcCreatable 
        interface ICreatable 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcDroppable 
        interface IDroppable 
        interface ISfcRenamable 
        interface IRenamable 
        interface ISfcMovable 
    end
public final class ServerGroup extends ServerGroupParent implements ISfcValidate, ISfcCreatable, ICreatable, ISfcAlterable, IAlterable, ISfcDroppable, IDroppable, ISfcRenamable, IRenamable, ISfcMovable

El tipo ServerGroup expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ServerGroup() Initializes a new instance of the ServerGroup class.
Método público ServerGroup(String) Initializes a new instance of the ServerGroup class that has the specified name.
Método público ServerGroup(ServerGroup, String) Initializes a new instance of the ServerGroup class that has the specified name and is a subgroup of the specified parent.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Propiedad pública Description Gets the name of the server group.
Propiedad pública DisplayName Gets the display name of the server group.
Propiedad pública ID Gets the ID value that uniquely identifies the server group.
Propiedad pública IdentityKey Gets the key value that uniquely identifies the server group.
Propiedad pública IsDropped Gets the Boolean value that specifies whether the server group has been dropped or not.
Propiedad pública IsLocal Gets the Boolean value that specifies whether the server group local.
Propiedad pública IsSystemServerGroup Gets the Boolean value that specifies whether the server group is a system object.
Propiedad pública Metadata Returns metadata about the instance and its domain. (Se hereda de SfcInstance.)
Propiedad pública Name Gets the name of the server group.
Propiedad pública Parent Gets the parent of the ServerGroup object.
Propiedad pública Properties Returns a collection instance properties. (Se hereda de SfcInstance.)
Propiedad pública RegisteredServers Represents a collection of RegisteredServers objects. Each RegisteredServers object represents a registered server.
Propiedad pública ServerGroups Represents a collection of ServerGroup objects. Each ServerGroup object represents a server group.
Propiedad pública ServerType Gets or the type of server that is associated with the server group.
Propiedad protegida State Returns the state of the SfcInstance object. (Se hereda de SfcInstance.)
Propiedad pública Urn Returns the uniform resource name of the SfcInstance object. (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Alter Updates any ServerGroup object property changes on the instance of SQL Server. 
Método público Create Creates a registered server on the instance of SQL Server as defined by the ServerGroup object.
Método protegido CreateIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Discover Discovers the dependency relationship for the server group. (Invalida SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).)
Método público Drop Drops the registered server.
Método público Equals (Se hereda de Object.)
Método público Export Exports the server group to the specified file and using the specified credential persistence type.
Método protegido GetChildCollection No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetDescendantRegisteredServers Returns a list of the registered servers in a server group.
Método público GetDomain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetObjectFactory Returns the SFC object factory for the ServerGroup object.
Método público GetPropertySet Returns the set of properties for the SfcInstance object. (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Import Imports groups and servers saved to an XML file and adds them as children of the server group.
Método protegido InitializeUIPropertyState No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Move Specifies the RegisteredServersServerGroup object to move in a new location.
Método protegido OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Se hereda de SfcInstance.)
Método público Refresh Refreshes the object's properties by reading them from the server. (Se hereda de SfcInstance.)
Método público Rename(String) Renames the ServerGroup object by using the specified name.
Método público Rename(SfcKey) Renames the ServerGroup object by using the specified name.
Método protegido ResetKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Serialize Serializes the instance to XML. (Se hereda de SfcInstance.)
Método público ToString Returns a string representation of the instance Urn. (Se hereda de SfcInstance.)
Método público Validate Validates the ServerGroup object against the specified method and arguments.

Arriba

Eventos

  Nombre Descripción
Evento público DuplicateFound An event raised if a duplicate registered server group is encountered.
Evento público PropertyChanged CLS-compliant event for property changes. (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged CLS-compliant event for property metadata changes. (Se hereda de SfcInstance.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcAlterable.ScriptAlter Alters the properties of the base object if it has been changed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..
Implementación de interfaces explícitasMétodo privado ISfcCreatable.ScriptCreate Produces the script to create this object to storage in its current state. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..
Implementación de interfaces explícitasMétodo privado ISfcDroppable.ScriptDrop Produces the script to drop this object from storage. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..
Implementación de interfaces explícitasMétodo privado ISfcMovable.Move Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..
Implementación de interfaces explícitasMétodo privado ISfcMovable.ScriptMove Produces the script to move this object under the specified parent object.No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..
Implementación de interfaces explícitasMétodo privado ISfcRenamable.ScriptRename Renames the instance of ISfcScript object identified by the key parameter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..

Arriba

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

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

Referencia

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers