CatalogFolder.DeployPackages(String, Dictionary<String,String>) 메서드

정의

패키지를 배포합니다.

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

매개 변수

projectName
String
packageNamesAndXmls
Dictionary<String,String>

패키지 이름 및 패키지 데이터 XML 쌍의 사전

반환

적용 대상