WmiConnectionInfo.ProviderArchitecture Property

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

Синтаксис

'Декларация
Public Property ProviderArchitecture As ProviderArchitecture
public ProviderArchitecture ProviderArchitecture { get; set; }
public:
property ProviderArchitecture ProviderArchitecture {
    ProviderArchitecture get ();
    void set (ProviderArchitecture value);
}
/** @property */
public ProviderArchitecture get_ProviderArchitecture ()

/** @property */
public void set_ProviderArchitecture (ProviderArchitecture value)
public function get ProviderArchitecture () : ProviderArchitecture

public function set ProviderArchitecture (value : ProviderArchitecture)

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

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

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

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

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

См. также

Справочник

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