Поделиться через


CatalogFolder.DeployProject(String, Byte[]) Метод

Определение

Развертывает проект с указанными именем проекта и потоком проекта.

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

Параметры

projectName
String

Имя проекта.

projectStream
Byte[]

Поток проекта.

Возвращаемое значение

Указанный проект.

Применяется к