ManagedComputer 생성자 (String, String, String, ProviderArchitecture)
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
Public Sub New ( _
machineName As String, _
userName As String, _
password As String, _
providerArchitecture As ProviderArchitecture _
)
‘사용 방법
Dim machineName As String
Dim userName As String
Dim password As String
Dim providerArchitecture As ProviderArchitecture
Dim instance As New ManagedComputer(machineName, _
userName, password, providerArchitecture)
public ManagedComputer(
string machineName,
string userName,
string password,
ProviderArchitecture providerArchitecture
)
public:
ManagedComputer(
String^ machineName,
String^ userName,
String^ password,
ProviderArchitecture providerArchitecture
)
new :
machineName:string *
userName:string *
password:string *
providerArchitecture:ProviderArchitecture -> ManagedComputer
public function ManagedComputer(
machineName : String,
userName : String,
password : String,
providerArchitecture : ProviderArchitecture
)
매개 변수
- machineName
형식: System. . :: . .String
- userName
형식: System. . :: . .String
- password
형식: System. . :: . .String
- providerArchitecture
형식: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProviderArchitecture