DataWarehouse.GetPerformanceObjects Method ()
Applies To: Operations Manager for System Center 2012
This method is for internal use only and is not intended for use in your code.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ICollection<PerformanceObjectInfo> GetPerformanceObjects()
public:
ICollection<PerformanceObjectInfo^>^ GetPerformanceObjects()
member GetPerformanceObjects : unit -> ICollection<PerformanceObjectInfo>
Public Function GetPerformanceObjects As ICollection(Of PerformanceObjectInfo)
Return Value
Type: System.Collections.Generic.ICollection<PerformanceObjectInfo>
Returns a ICollection<T> of PerformanceObjectInfo objects.
See Also
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top