Retrieves the data warehouse for the management group if the data warehouse has been set up. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim returnValue As DataWarehouse

returnValue = instance.GetDataWarehouse

Syntax

Visual Basic
Public Function GetDataWarehouse As DataWarehouse
C#
public DataWarehouse GetDataWarehouse ()
C++
public:
DataWarehouse^ GetDataWarehouse ()
J#
public DataWarehouse GetDataWarehouse ()
JScript
public function GetDataWarehouse () : DataWarehouse

Return Value

A DataWarehouse object.

Remarks

A data warehouse is the database that is used by the Reporting component of Operations Manager.


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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also