ManagedComputer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedComputer() | |
ManagedComputer(String) | |
ManagedComputer(String, String, String) | |
ManagedComputer(String, String, String, ProviderArchitecture) |
ManagedComputer()
public ManagedComputer();
Public Sub New ()
Applies to
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)
Parameters
- machineName
- String
Applies to
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)
Parameters
- machineName
- String
- userName
- String
- password
- String
Applies to
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)
Parameters
- machineName
- String
- userName
- String
- password
- String
- providerArchitecture
- ProviderArchitecture