Share via


Construtor ManagedComputer (String, String, String)

Initializes a new instance of the ManagedComputer class with the specified computer name and the specified login and password.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public Sub New ( _
    machineName As String, _
    userName As String, _
    password As String _
)
'Uso
Dim machineName As String 
Dim userName As String 
Dim password As String 

Dim instance As New ManagedComputer(machineName, _
    userName, password)
public ManagedComputer(
    string machineName,
    string userName,
    string password
)
public:
ManagedComputer(
    String^ machineName, 
    String^ userName, 
    String^ password
)
new : 
        machineName:string * 
        userName:string * 
        password:string -> ManagedComputer
public function ManagedComputer(
    machineName : String, 
    userName : String, 
    password : String
)

Parâmetros

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Consulte também

Referência

ManagedComputer Classe

Sobrecarregado ManagedComputer

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

Conectando ao Mecanismo de Banco de Dados do SQL Server