Share via


RegisteredServer Constructor (ServerGroup, String)

Initializes a new instance of the RegisteredServer object.

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Sub New ( _
    serverGroup As ServerGroup, _
    name As String _
)
'Usage
Dim serverGroup As ServerGroup
Dim name As String

Dim instance As New RegisteredServer(serverGroup, _
    name)
public RegisteredServer(
    ServerGroup serverGroup,
    string name
)
public:
RegisteredServer(
    ServerGroup^ serverGroup, 
    String^ name
)
new : 
        serverGroup:ServerGroup * 
        name:string -> RegisteredServer
public function RegisteredServer(
    serverGroup : ServerGroup, 
    name : String
)

Parameters