Sdílet prostřednictvím


WmiConnectionInfo.ProviderArchitecture Property

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Syntax

'Declaration
Public Property ProviderArchitecture As ProviderArchitecture
    Get
    Set
'Usage
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)