RegisteredServer Constructor (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
'Deklaracja
Public Sub New ( _
name As String _
)
public RegisteredServer (
string name
)
public:
RegisteredServer (
String^ name
)
public RegisteredServer (
String name
)
public function RegisteredServer (
name : String
)
Parameters
- name
A String value that specifies the name of the registered server.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also