Construtor ServerGroup (ServerGroup, String)
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
Public Sub New ( _
parent As ServerGroup, _
name As String _
)
'Uso
Dim parent As ServerGroup
Dim name As String
Dim instance As New ServerGroup(parent, _
name)
public ServerGroup(
ServerGroup parent,
string name
)
public:
ServerGroup(
ServerGroup^ parent,
String^ name
)
new :
parent:ServerGroup *
name:string -> ServerGroup
public function ServerGroup(
parent : ServerGroup,
name : String
)
Parâmetros
- name
Tipo: System. . :: . .String
Consulte também