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


Свойство WmiConnectionInfo.ProviderArchitecture

Gets or sets the ProviderArchitecture value which represents the provider architecture of this instance.

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

Синтаксис

'Декларация
Public Property ProviderArchitecture As ProviderArchitecture 
    Get 
    Set
'Применение
Dim instance As WmiConnectionInfo 
Dim value As ProviderArchitecture 

value = instance.ProviderArchitecture

instance.ProviderArchitecture = value
public ProviderArchitecture ProviderArchitecture { get; set; }
public:
property ProviderArchitecture ProviderArchitecture {
    ProviderArchitecture get ();
    void set (ProviderArchitecture value);
}
member ProviderArchitecture : ProviderArchitecture with get, set
function get ProviderArchitecture () : ProviderArchitecture 
function set ProviderArchitecture (value : ProviderArchitecture)

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture
The ProviderArchitecture value which represents the provider architecture of this instance.

См. также

Справочник

WmiConnectionInfo Класс

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