DataWarehouse.GetPerformanceObjects Method

Updated: April 16, 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)Dim instance As DataWarehouse Dim returnValue As ICollection(Of PerformanceObjectInfo) returnValue = instance.GetPerformanceObjectsPublic Function GetPerformanceObjects As ICollection(Of PerformanceObjectInfo)public ICollection<PerformanceObjectInfo> GetPerformanceObjects ()public: ICollection<PerformanceObjectInfo^>^ GetPerformanceObjects ()public ICollection<PerformanceObjectInfo> GetPerformanceObjects ()public function GetPerformanceObjects () : ICollection<PerformanceObjectInfo>Return ValueReturns a ICollection of PerformanceObjectInfo objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms