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


Класс WmiConnectionInfo

The WmiConnectionInfo class represents connection information used by the installation of Windows Management Instrumentation (WMI).

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.Smo.Wmi.WmiConnectionInfo

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

Синтаксис

'Декларация
Public NotInheritable Class WmiConnectionInfo
'Применение
Dim instance As WmiConnectionInfo
public sealed class WmiConnectionInfo
public ref class WmiConnectionInfo sealed
[<SealedAttribute>]
type WmiConnectionInfo =  class end
public final class WmiConnectionInfo

Тип WmiConnectionInfo обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство MachineName Gets or sets the name of the computer on which Windows Management Instrumentation (WMI) is installed.
Открытое свойство ProviderArchitecture Gets or sets the ProviderArchitecture value which represents the provider architecture of this instance.
Открытое свойство Timeout Gets or sets the period after which the Windows Management Instrumentation (WMI) connection times out in seconds.
Открытое свойство Username Gets the name of the account used to establish the connection.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод SetPassword Sets the password for the account that is used to establish the connection.
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.

Примеры

Управление службами и сетевыми настройками с помощью поставщика WMI

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi

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

WMI and SQL Server