ManagedComputer 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| ManagedComputer() | |
| ManagedComputer(String) | |
| ManagedComputer(String, String, String) | |
| ManagedComputer(String, String, String, ProviderArchitecture) |
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