ManagedComputer 생성자 (String)
Initializes a new instance of the ManagedComputer class with the specified computer name.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
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.