CatalogFolder.DeployProject(String, Byte[]) Method

Definition

Deploys the project with the specified project name and project stream.

public:
 Microsoft::SqlServer::Management::IntegrationServices::Operation ^ DeployProject(System::String ^ projectName, cli::array <System::Byte> ^ projectStream);
public Microsoft.SqlServer.Management.IntegrationServices.Operation DeployProject (string projectName, byte[] projectStream);
member this.DeployProject : string * byte[] -> Microsoft.SqlServer.Management.IntegrationServices.Operation
Public Function DeployProject (projectName As String, projectStream As Byte()) As Operation

Parameters

projectName
String

The name of the project.

projectStream
Byte[]

The stream of the project.

Returns

The specified project.

Applies to