Share via


ServerGroup Constructor (ServerGroup, String)

Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    serverGroup As ServerGroup, _
    name As String _
)
public ServerGroup (
    ServerGroup serverGroup,
    string name
)
public:
ServerGroup (
    ServerGroup^ serverGroup, 
    String^ name
)
public ServerGroup (
    ServerGroup serverGroup, 
    String name
)
public function ServerGroup (
    serverGroup : ServerGroup, 
    name : String
)

Parameters

  • serverGroup
  • name

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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