CatalogFolder.DeployProject(String, Byte[]) 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 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.