Settings.ManagementGroup.DataWarehouse Structure
Applies To: Operations Manager for System Center 2012
Contains settings for a data warehouse for a Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[SettingGroupAttribute]
public struct DataWarehouse
[SettingGroupAttribute]
public value struct DataWarehouse
[<Sealed>]
[<SettingGroupAttribute>]
type DataWarehouse = struct end
<SettingGroupAttribute>
Public Structure DataWarehouse
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
DataWarehouseDatabaseName | The setting that contains the name of the database in the data warehouse. |
|
DataWarehouseServerName | The setting that contains the name of the data warehouse server. |
|
ReportingServerUrl | The setting that contains the URL for the data warehouse reporting server. |
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.Administration Namespace
Return to top