Share via


ManagementPackReport.DataWarehouseDataSetCollection Property

Definition

Gets a list of ManagementPackElementReference<T> references to ManagementPackDataWarehouseDataSet objects that are the data set for the report.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataWarehouseDataSet ^> ^> ^ DataWarehouseDataSetCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataWarehouseDataSet ^> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet>> DataWarehouseDataSetCollection { get; }
member this.DataWarehouseDataSetCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataWarehouseDataSet>>
Public ReadOnly Property DataWarehouseDataSetCollection As IList(Of ManagementPackElementReference(Of ManagementPackDataWarehouseDataSet))

Property Value

A list of ManagementPackElementReference<T> references to ManagementPackDataWarehouseDataSet objects.

Applies to