ManagementPack.GetDataWarehouseScripts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.