Класс 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.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
SetPassword | Sets the password for the account that is used to establish the connection. | |
ToString | (Производный от Object.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также