Share via


ManagementPack.GetDataWarehouseScripts Method

Definition

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

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

Returns

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

Applies to

See also