Share via


MSFT_OdbcDriver class

ODBC Driver Instance Provider.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1.0"), AMENDMENT]
class MSFT_OdbcDriver
{
  string                Name;
  string                Platform;
  MSFT_OdbcKeyValuePair KeyValuePair[];
};

Members

The MSFT_OdbcDriver class has these types of members:

Properties

The MSFT_OdbcDriver class has these properties.

KeyValuePair

Data type: MSFT_OdbcKeyValuePair array

Access type: Read-only

Qualifiers: EmbeddedInstance ("MSFT_OdbcKeyValuePair")

An array of MSFT_OdbcKeyValuePair classes that represent the key-value pairs of the ODBC driver.

Name

Data type: string

Access type: Read-only

Qualifiers: key, MaxLen (255)

Name of an ODBC driver.

Platform

Data type: string

Access type: Read-only

Qualifiers: key

Either '32-bit' or '64-bit'.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\WDAC
MOF
WdacWmiProv.mof
DLL
WdacWmiProv.dll

See also

WDAC WMI Provider Reference

MSFT_OdbcKeyValuePair