DisableByInputObject method of the MSFT_OdbcPerfCounterTask class

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

Syntax

uint32 DisableByInputObject(
  [in]  boolean              PassThru,
  [in]  MSFT_OdbcPerfCounter InputObject[],
  [out] MSFT_OdbcPerfCounter cmdletOutput[]
);

Parameters

PassThru [in]

Passes the object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.

InputObject [in]

Disables the ODBC Connection Pooling PerfMon counters represented by the specified MSFT_OdbcPerfCounter instances. Enter a variable that contains the objects, or type a command or expression that gets the objects.

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
MOF
WdacWmiProv.mof
DLL
WdacWmiProv.dll

See also

MSFT_OdbcPerfCounterTask

MSFT_OdbcPerfCounter