Поделиться через


ManagedComputer Constructor (String, String, String)

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

Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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

Другие ресурсы

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Подключение к компоненту Database Engine SQL Server