言語

ManagedComputer コンストラクター

定義

オーバーロード

ManagedComputer()

public ManagedComputer();
Public Sub New ()

適用対象

ManagedComputer(String)

public ManagedComputer(string machineName);
new Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer : string -> Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
Public Sub New (machineName As String)

パラメーター

machineName
String

適用対象

ManagedComputer(String, String, String)

public ManagedComputer(string machineName, string userName, string password);
new Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer : string * string * string -> Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
Public Sub New (machineName As String, userName As String, password As String)

パラメーター

machineName
String
userName
String
password
String

適用対象

ManagedComputer(String, String, String, ProviderArchitecture)

public ManagedComputer(string machineName, string userName, string password, Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture providerArchitecture);
new Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer : string * string * string * Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture -> Microsoft.SqlServer.Management.Smo.Wmi.ManagedComputer
Public Sub New (machineName As String, userName As String, password As String, providerArchitecture As ProviderArchitecture)

パラメーター

machineName
String
userName
String
password
String
providerArchitecture
ProviderArchitecture

適用対象