PartialMonitoringObjectBase.GetMonitoringPerformanceDataReader Method

Definition

Gets a performance data reader that is used to access all the performance data that is related to this monitoring object.

Overloads

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The optional (pass null) criteria to scope the method by.

managementPackClass
ManagementPackClass

The class to scope results by.

traversalDepth
TraversalDepth

Whether to include instances contained by instances of the class.

Returns

A collection of fully populated performance data objects.

Applies to

GetMonitoringPerformanceDataReader()

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader();
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader ();
member this.GetMonitoringPerformanceDataReader : unit -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader () As MonitoringPerformanceDataReader

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceDataReader(TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

traversalDepth
TraversalDepth

Whether to return performance data from entities contained by this entity as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceDataReader(ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (managementPackClass As ManagementPackClass) As MonitoringPerformanceDataReader

Parameters

managementPackClass
ManagementPackClass

The class to scope results by.

Returns

A collection of fully populated alert objects.

Applies to

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The optional (pass null) criteria to scope the method by.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceDataReader(ManagementPackClass, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (managementPackClass As ManagementPackClass, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

managementPackClass
ManagementPackClass

The class to scope results by.

traversalDepth
TraversalDepth

Whether to include instances contained by instances of the class.

Returns

A collection of fully populated alert objects.

Applies to

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, TraversalDepth)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Common::TraversalDepth traversalDepth);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Common.TraversalDepth traversalDepth);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Common.TraversalDepth -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, traversalDepth As TraversalDepth) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The criteria to scope the method by.

traversalDepth
TraversalDepth

Whether to return performance data from entities contained by this entity as well.

Returns

A collection of fully populated MonitoringPerformanceData objects.

Applies to

GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, ManagementPackClass)

Retrieves all the MonitoringPerformanceData objects related to this PartialMonitoringObject.

public:
 Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataReader ^ GetMonitoringPerformanceDataReader(Microsoft::EnterpriseManagement::Monitoring::MonitoringPerformanceDataCriteria ^ criteria, Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader GetMonitoringPerformanceDataReader (Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria criteria, Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
member this.GetMonitoringPerformanceDataReader : Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataCriteria * Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> Microsoft.EnterpriseManagement.Monitoring.MonitoringPerformanceDataReader
Public Function GetMonitoringPerformanceDataReader (criteria As MonitoringPerformanceDataCriteria, managementPackClass As ManagementPackClass) As MonitoringPerformanceDataReader

Parameters

criteria
MonitoringPerformanceDataCriteria

The optional (pass null) criteria to scope the method by.

managementPackClass
ManagementPackClass

The class to scope results by.

Returns

A collection of fully populated alert objects.

Applies to