DataWarehouse Class
Applies To: Operations Manager for System Center 2012
A data warehouse (similar to a database) that is used to store information about ManagementGroup objects.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Warehouse.DataWarehouse
Syntax
[SerializableAttribute]
public class DataWarehouse : MonitoringBase
[SerializableAttribute]
public ref class DataWarehouse : MonitoringBase
[<SerializableAttribute>]
type DataWarehouse =
class
inherit MonitoringBase
end
<SerializableAttribute>
Public Class DataWarehouse
Inherits MonitoringBase
Properties
Name | Description | |
---|---|---|
Id | Gets the GUID for the data warehouse. |
|
ManagementGroup | The connection management group connection used by this object. |
|
ManagementGroupId | (Inherited from MonitoringBase.) |
|
MyReportsFolderName | Gets the name of the current reports folder. |
|
ReportingServerUrl | Gets the URL of the reporting server. |
|
ReportRootFolderName | Gets the name of the root reports folder. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetDataWarehouseData(String, StoredProcedureParameterCollection) | ||
GetDataWarehouseData(String, StoredProcedureParameterCollection, IEnumerable<String>) | ||
GetDataWarehouseData(String, StoredProcedureParameterCollection, IEnumerable<String>, Int32) | ||
GetDataWarehouseData(String, StoredProcedureParameterCollection, Int32) | ||
GetHashCode() | (Inherited from Object.) |
|
GetImagesForMonitoringClasses(IList<Guid>, ManagementPackImageCategory) | Obsolete.Gets the images for the specified monitoring classes in the specified image category. |
|
GetManagementPacks(IList<Guid>, DateTime, DateTime) | Returns all ManagementPackInfo objects that correspond to the specified parameters. |
|
GetManagementPacks(IList<Guid>, DateTime, DateTime, String) | Returns all ManagementPackInfo objects that correspond to the specified parameters. |
|
GetMonitoringClasses(IList<Guid>) | Returns information about the monitoring classes in the current data warehouse. |
|
GetMonitoringClasses(IList<Guid>, String) | Returns information, in a different language, about the monitoring classes in the current data warehouse. |
|
GetMonitoringClasses(IList<String>) | Returns information about the monitoring classes in the current data warehouse. |
|
GetMonitoringClasses(IList<String>, String) | Returns information about the monitoring classes in the current data warehouse. |
|
GetMonitoringObjects(IList<Guid>) | Returns information about the monitoring objects in the current data warehouse. |
|
GetMonitoringObjects(IList<Guid>, String) | Returns information about the monitoring objects in the current data warehouse. |
|
GetMonitoringObjects(IList<Int32>) | Gets the monitoring object information objects from the specified monitoring object rows. |
|
GetMonitoringObjects(IList<Int32>, String) | Gets the monitoring object information objects from the specified monitoring object rows in the specified language. |
|
GetMonitoringObjects(IList<PartialMonitoringObject>) | Gets the monitoring object information objects from the specified monitoring objects in the data warehouse. |
|
GetMonitoringObjects(IList<PartialMonitoringObject>, String) | Gets the monitoring object information objects from the specified monitoring objects in the specified language. |
|
GetMonitoringRules(IList<Guid>) | Gets the monitoring rule information objects from the specified monitoring rules. |
|
GetMonitoringRules(IList<Guid>, String) | Gets the monitoring rule information objects from the specified monitoring rules in the specified language. |
|
GetNeighboringManagementGroups(Guid, String) | A collection of management group information objects about neighboring management groups in the data warehouse. |
|
GetPerformanceObjects() | This method is for internal use only and is not intended for use in your code. |
|
GetPerformanceRuleInstances(PerformanceRuleInfo) | This method is for internal use only and is not intended for use in your code. |
|
GetPerformanceRules(IList<Guid>) | This method is for internal use only and is not intended for use in your code. |
|
GetPerformanceRules(IList<Guid>, String) | This method is for internal use only and is not intended for use in your code. |
|
GetServiceLevelAgreements(IList<Pair<Guid, Guid>>) | Gets a collection of ServiceLevelAgreementInfo objects based on specified parameters. |
|
GetServiceLevelAgreements(IList<Pair<Guid, Guid>>, String) | Gets a collection of ServiceLevelAgreementInfo objects based on specified parameters. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase.Reconnect(EnterpriseManagementGroup).) |
|
SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32) | Searches for MonitoringObjectInfo objects with given criteria and parameters. |
|
SearchMonitoringClasses(IList<Guid>, String, DateTime, DateTime, Int32, String) | Searches for MonitoringObjectInfo objects with given criteria and parameters. |
|
SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32) | ||
SearchMonitoringObjects(IList<Guid>, IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String) | ||
SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32) | This method is for internal use only and is not intended for use in your code. |
|
SearchMonitoringObjects(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String) | This method is for internal use only and is not intended for use in your code. |
|
SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32) | This method is for internal use only and is not intended for use in your code. |
|
SearchMonitoringRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String) | This method is for internal use only and is not intended for use in your code. |
|
SearchPerformanceRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32) | This method is for internal use only and is not intended for use in your code. |
|
SearchPerformanceRules(IList<Guid>, IList<Guid>, String, DateTime, DateTime, Int32, String) | This method is for internal use only and is not intended for use in your code. |
|
SearchPerformanceRules(IList<Guid>, IList<Guid>, String, String, DateTime, DateTime, Int32) | ||
SearchPerformanceRules(IList<Guid>, IList<Guid>, String, String, DateTime, DateTime, Int32, String) | ||
SearchServiceLevelAgreements(IList<Guid>, String, DateTime, DateTime) | Searches the data warehouse for ServiceLevelAgreementInfo objects based on search criteria and parameters. |
|
SearchServiceLevelAgreements(IList<Guid>, String, DateTime, DateTime, String) | Searches the data warehouse for ServiceLevelAgreementInfo objects based on search criteria and parameters. |
|
ToString() | (Inherited from MonitoringBase.) |
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