IMonitoringDataWarehouseService.GetDataWarehouseMonitoringObjectsByRowId(IList<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns MonitoringClassInfo from Guids
public:
Microsoft::EnterpriseManagement::Common::ResultSet ^ GetDataWarehouseMonitoringObjectsByRowId(System::Collections::Generic::IList<int> ^ monitoringObjectRowIds);
public Microsoft.EnterpriseManagement.Common.ResultSet GetDataWarehouseMonitoringObjectsByRowId (System.Collections.Generic.IList<int> monitoringObjectRowIds);
abstract member GetDataWarehouseMonitoringObjectsByRowId : System.Collections.Generic.IList<int> -> Microsoft.EnterpriseManagement.Common.ResultSet
Public Function GetDataWarehouseMonitoringObjectsByRowId (monitoringObjectRowIds As IList(Of Integer)) As ResultSet