ServerGroup Constructors

Definition

Overloads

ServerGroup()
ServerGroup(String)
ServerGroup(ServerGroup, String)

ServerGroup()

public ServerGroup ();
Public Sub New ()

Applies to

ServerGroup(String)

public ServerGroup (string name);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup : string -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
Public Sub New (name As String)

Parameters

name
String

Applies to

ServerGroup(ServerGroup, String)

public ServerGroup (Microsoft.SqlServer.Management.RegisteredServers.ServerGroup parent, string name);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup : Microsoft.SqlServer.Management.RegisteredServers.ServerGroup * string -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
Public Sub New (parent As ServerGroup, name As String)

Parameters

parent
ServerGroup
name
String

Applies to