Share via


PerformanceObjectInfo Class

 

Applies To: Operations Manager for System Center 2012

Contains information about an object used to monitor performance data.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Warehouse.PerformanceObjectInfo

Syntax

[SerializableAttribute]
public class PerformanceObjectInfo
[SerializableAttribute]
public ref class PerformanceObjectInfo 
[<SerializableAttribute>]
type PerformanceObjectInfo = class end
<SerializableAttribute>
Public Class PerformanceObjectInfo

Properties

Name Description
System_CAPS_pubproperty CounterNames

Gets a collection of names for the performance data counters that this object contains information about.

System_CAPS_pubproperty ObjectName

Gets a string that contains the name of the object that contains the performance data information.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from 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.

See Also

Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top