ManagedComputer Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ManagedComputer() | |
| ManagedComputer(String) | |
| ManagedComputer(String, String, String) | |
| ManagedComputer(String, String, String, ProviderArchitecture) |
ManagedComputer()
public ManagedComputer();
Public Sub New ()
Si applica a
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)
Parametri
- machineName
- String
Si applica a
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)
Parametri
- machineName
- String
- userName
- String
- password
- String
Si applica a
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)
Parametri
- machineName
- String
- userName
- String
- password
- String
- providerArchitecture
- ProviderArchitecture