RegisteredServer Constructor (ServerGroup, String)
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
serverGroup As ServerGroup, _
name As String _
)
public RegisteredServer (
ServerGroup serverGroup,
string name
)
public:
RegisteredServer (
ServerGroup^ serverGroup,
String^ name
)
public RegisteredServer (
ServerGroup serverGroup,
String name
)
public function RegisteredServer (
serverGroup : ServerGroup,
name : String
)
Parameters
- serverGroup
- name
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
RegisteredServer Class
RegisteredServer Members
Microsoft.SqlServer.Management.Smo.RegisteredServers Namespace