다음을 통해 공유


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 네임스페이스