Compartir a través de


ServerGroup Constructor (String)

Initializes a new instance of the ServerGroup object that has the specified name.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String _
)
public ServerGroup (
    string name
)
public:
ServerGroup (
    String^ name
)
public ServerGroup (
    String name
)
public function ServerGroup (
    name : String
)

Parámetros

  • name
    A String value that specifies the name of the server group.

Notas

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ServerGroup Class
ServerGroup Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace

Otros recursos

Administrar servidores registrados
sp_ActiveDirectory_SCP (Transact-SQL)