WmiConnectionInfo.ProviderArchitecture Property
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Property ProviderArchitecture As ProviderArchitecture
public ProviderArchitecture ProviderArchitecture { get; set; }
public:
property ProviderArchitecture ProviderArchitecture {
ProviderArchitecture get ();
void set (ProviderArchitecture value);
}
/** @property */
public ProviderArchitecture get_ProviderArchitecture ()
/** @property */
public void set_ProviderArchitecture (ProviderArchitecture value)
public function get ProviderArchitecture () : ProviderArchitecture
public function set ProviderArchitecture (value : ProviderArchitecture)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
WmiConnectionInfo Class
WmiConnectionInfo Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace