Compartir a través de


ManagedComputer Constructor (String, String, String)

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

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • 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.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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

Otros recursos

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Conectar al Motor de base de datos de SQL Server