Share via


ManagementPack.GetDataWarehouseDataSets Method

Definition

Retrieves all the data sets from the data warehouse section in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataWarehouseDataSet ^> ^ GetDataWarehouseDataSets();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet> GetDataWarehouseDataSets ();
member this.GetDataWarehouseDataSets : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet>
Public Function GetDataWarehouseDataSets () As ManagementPackElementCollection(Of ManagementPackDataWarehouseDataSet)

Returns

All the data sets from the data warehouse section in the management pack.

Applies to

See also