Compartir a través de


WmiConnectionInfo.ProviderArchitecture Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public Property ProviderArchitecture As ProviderArchitecture 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

WmiConnectionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi