Condividi tramite


Costruttore ManagedComputer (String, String, String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    machineName As String, _
    userName As String, _
    password As String _
)
'Utilizzo
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
)

Parametri

Esempi

Gestione di servizi e di impostazioni di rete tramite il provider WMI

Vedere anche

Riferimento

ManagedComputer Classe

Overload ManagedComputer

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi

Altre risorse

Connessione al Motore di database di SQL Server