WmiConnectionInfo.ProviderArchitecture Property

Definition

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

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ProviderArchitecture ProviderArchitecture { Microsoft::SqlServer::Management::Smo::Wmi::ProviderArchitecture get(); void set(Microsoft::SqlServer::Management::Smo::Wmi::ProviderArchitecture value); };
public Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture ProviderArchitecture { get; set; }
member this.ProviderArchitecture : Microsoft.SqlServer.Management.Smo.Wmi.ProviderArchitecture with get, set
Public Property ProviderArchitecture As ProviderArchitecture

Property Value

The ProviderArchitecture value which represents the provider architecture of this instance.

Applies to