Get method of the MSFT_OdbcPerfCounterTask class

Retrieves the ODBC Connection Pooling PerfMon counters for ODBC Connection Pooling feature.

Syntax

uint32 Get(
  [in]  string               Platform,
  [out] MSFT_OdbcPerfCounter cmdletOutput[]
);

Parameters

Platform [in]

The platform architecture of the ODBC Connection Pooling PerfMon counters to get. Possible values are '32-bit', '64-bit' or 'All'. The default is 'All'. This is the platform architecture on the remote machine if this command is executed on a remote CIM session.

cmdletOutput [out]

The output is an array of CIM objects of type MSFT_OdbcPerfCounter, each of which represents an ODBC Performance Counter setting.

Requirements

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

See also

MSFT_OdbcPerfCounterTask

MSFT_OdbcPerfCounter