ServerGroup Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ServerGroup() | |
| ServerGroup(String) | |
| ServerGroup(ServerGroup, String) |
ServerGroup()
public ServerGroup();
Public Sub New ()
Aplica-se a
ServerGroup(String)
public ServerGroup(string name);
new Microsoft.SqlServer.Management.RegisteredServers.ServerGroup : string -> Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
Public Sub New (name As String)
Parâmetros
- name
- String
Aplica-se a
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)
Parâmetros
- parent
- ServerGroup
- name
- String