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 | |
---|---|---|
CounterNames | Gets a collection of names for the performance data counters that this object contains information about. |
|
ObjectName | Gets a string that contains the name of the object that contains the performance data information. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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