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 네임스페이스