ServerGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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