Конструктор ManagedComputer (String)
Initializes a new instance of the ManagedComputer class with the specified computer name.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public Sub New ( _
machineName As String _
)
'Применение
Dim machineName As String
Dim instance As New ManagedComputer(machineName)
public ManagedComputer(
string machineName
)
public:
ManagedComputer(
String^ machineName
)
new :
machineName:string -> ManagedComputer
public function ManagedComputer(
machineName : String
)
Параметры
- machineName
Тип: System.String
A String value that specifies the name of the computer.
Примеры
Управление службами и сетевыми настройками с помощью поставщика WMI
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Wmi