Compartilhar via


Construtor RegisteredServer (ServerGroup, String)

Initializes a new instance of the RegisteredServer class with the specified name and server.

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 RegisteredServer(parent, _
    name)
public RegisteredServer(
    ServerGroup parent,
    string name
)
public:
RegisteredServer(
    ServerGroup^ parent, 
    String^ name
)
new : 
        parent:ServerGroup * 
        name:string -> RegisteredServer
public function RegisteredServer(
    parent : ServerGroup, 
    name : String
)

Parâmetros