Share via


IOperationalDataManagement.GetMonitoringPerformanceDataReader Method (MonitoringPerformanceDataCriteria)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves a performance data reader that matches the specified filter.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As IOperationalDataManagement
Dim criteria As MonitoringPerformanceDataCriteria
Dim returnValue As MonitoringPerformanceDataReader

returnValue = instance.GetMonitoringPerformanceDataReader(criteria)

Syntax

'Declaration
Function GetMonitoringPerformanceDataReader ( _
    criteria As MonitoringPerformanceDataCriteria _
) As MonitoringPerformanceDataReader
MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (
    MonitoringPerformanceDataCriteria criteria
)
MonitoringPerformanceDataReader^ GetMonitoringPerformanceDataReader (
    MonitoringPerformanceDataCriteria^ criteria
)
MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (
    MonitoringPerformanceDataCriteria criteria
)
function GetMonitoringPerformanceDataReader (
    criteria : MonitoringPerformanceDataCriteria
) : MonitoringPerformanceDataReader

Parameters

  • criteria
    A value that specifies the kind of performance data reader.

Return Value

Returns a MonitoringPerformanceDataReader object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IOperationalDataManagement Interface
IOperationalDataManagement Members
Microsoft.EnterpriseManagement Namespace