CatalogFolder.DeployPackages(String, Dictionary<String,String>) 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.
Deploys a package.
public:
Microsoft::SqlServer::Management::IntegrationServices::Operation ^ DeployPackages(System::String ^ projectName, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ packageNamesAndXmls);
public Microsoft.SqlServer.Management.IntegrationServices.Operation DeployPackages (string projectName, System.Collections.Generic.Dictionary<string,string> packageNamesAndXmls);
member this.DeployPackages : string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.SqlServer.Management.IntegrationServices.Operation
Public Function DeployPackages (projectName As String, packageNamesAndXmls As Dictionary(Of String, String)) As Operation
Parameters
- projectName
- String
- packageNamesAndXmls
- Dictionary<String,String>
A dictionary of package name and package data XML pairs