MonitoringPerformanceDataValue Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Contains performance data and information about when the performance data was retrieved.

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

System::Object
  Microsoft.EnterpriseManagement.Common::MonitoringBase
    Microsoft.EnterpriseManagement.Common::MonitoringBaseWithId
      Microsoft.EnterpriseManagement.Monitoring::MonitoringPerformanceDataValue

[SerializableAttribute]
public ref class MonitoringPerformanceDataValue : MonitoringBaseWithId

NameDescription
System_CAPS_pubpropertyId

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubpropertyManagementGroup

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringPerformanceDataId

Gets the integer identifier for the performance data.

System_CAPS_pubpropertySampleValue

Gets the actual value of the performance data.

System_CAPS_pubpropertyTimeAdded

Gets the time, in DateTime format, that the performance data value was added to the system.

System_CAPS_pubpropertyTimeSampled

Gets the time, in DateTime format, that the performance data value was generated.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from MonitoringBaseWithId.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from MonitoringBase.)

System_CAPS_protmethodSetId(Guid)

(Inherited from MonitoringBaseWithId.)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

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

Return to top
Show: