Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)
Syntax
'Declaration
Public Enumeration ProviderArchitecture
'Usage
Dim instance As ProviderArchitecture
public enum ProviderArchitecture
public enum class ProviderArchitecture
type 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. |