ManagedComputer Constructor (String)
Initializes a new instance of the ManagedComputer class with the specified computer name.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Public Sub New ( _
machineName As String _
)
public ManagedComputer (
string machineName
)
public:
ManagedComputer (
String^ machineName
)
public ManagedComputer (
String machineName
)
public function ManagedComputer (
machineName : String
)
Parameters
- machineName
A String value that specifies the name of the computer.
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