Partager via


Propriété WmiConnectionInfo.ProviderArchitecture

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public Property ProviderArchitecture As ProviderArchitecture 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

WmiConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi