Share via


DataWarehouse.GetMonitoringClasses Method (IList)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns information about the monitoring classes in the current data warehouse.

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

Usage

'Usage
Dim instance As DataWarehouse
Dim systemNames As IList(Of String)
Dim returnValue As ReadOnlyCollection(Of MonitoringClassInfo)

returnValue = instance.GetMonitoringClasses(systemNames)

Syntax

'Declaration
Public Function GetMonitoringClasses ( _
    systemNames As IList(Of String) _
) As ReadOnlyCollection(Of MonitoringClassInfo)
public ReadOnlyCollection<MonitoringClassInfo> GetMonitoringClasses (
    IList<string> systemNames
)
public:
ReadOnlyCollection<MonitoringClassInfo^>^ GetMonitoringClasses (
    IList<String^>^ systemNames
)
public ReadOnlyCollection<MonitoringClassInfo> GetMonitoringClasses (
    IList<String> systemNames
)
public function GetMonitoringClasses (
    systemNames : IList<String>
) : ReadOnlyCollection<MonitoringClassInfo>

Parameters

  • systemNames
    A list of the system names of the monitoring classes to get.

Return Value

Returns a ReadOnlyCollection of MonitoringClassInfo objects.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DataWarehouse Class
DataWarehouse Members
Microsoft.EnterpriseManagement.Warehouse Namespace