Share via


ManagementPackDataWarehouseDataSet.DataWarehouseScriptCollection Property

Definition

Gets a list of references to data warehouse script objects that contain the custom data set.

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

Property Value

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

Applies to