Share via


ManagementPack.GetDataWarehouseDataset(String) Method

Definition

Retrieves the specified data set from the data warehouse section in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackDataWarehouseDataSet ^ GetDataWarehouseDataset(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet GetDataWarehouseDataset (string name);
member this.GetDataWarehouseDataset : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet
Public Function GetDataWarehouseDataset (name As String) As ManagementPackDataWarehouseDataSet

Parameters

name
String

The name of the data set to get the data from.

Returns

A ManagementPackDataWarehouseDataSet object.

The specified data set.

Applies to

See also