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 命名空间