WmiConnectionInfo.ProviderArchitecture プロパティ

このインスタンスのプロバイダー アーキテクチャを表す ProviderArchitecture 値を取得します。値の設定も可能です。

名前空間:  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
このインスタンスのプロバイダー アーキテクチャを表す ProviderArchitecture 値です。

関連項目

参照

WmiConnectionInfo クラス

Microsoft.SqlServer.Management.Smo.Wmi 名前空間