Udostępnij przez


ServerGroup Constructor (String)

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

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

Syntax

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

Parameters

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

Platforms

Development Platforms

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

Target Platforms

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