Condividi tramite


ManagedComputer Constructor (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.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    machineName As String, _
    userName As String, _
    password As String _
)
public ManagedComputer (
    string machineName,
    string userName,
    string password
)
public:
ManagedComputer (
    String^ machineName, 
    String^ userName, 
    String^ password
)
public ManagedComputer (
    String machineName, 
    String userName, 
    String password
)
public function ManagedComputer (
    machineName : String, 
    userName : String, 
    password : String
)

Parametri

  • machineName
    A String value that specifies the name of the computer.
  • userName
    A String value that specifies the user name.
  • password
    A String value that specifies the password.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempio

How to: Stop and Restart the Microsoft SQL Server Service to the Instance of SQL Server in Visual Basic .NET

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace

Altre risorse

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Connessione a Motore di database di SQL Server