Aracılığıyla paylaş


ProviderArchitecture Enumeration

The ProviderArchitecture enumeration contains values that are used to specify the Windows Management Instrumentation (WMI) provider architecture.

Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Enumeration ProviderArchitecture
public enum ProviderArchitecture
public enum class ProviderArchitecture
public enum ProviderArchitecture
public enum ProviderArchitecture

Members

Member name Description
Default Default architecture.
Use32bit The WMI provider architecture is 32-bit.
Use64bit The WMI Provider architecture is 64-bit.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

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

Microsoft.SqlServer.Management.Smo.Wmi Namespace