CatalogFolder.DeployProject(String, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déploie le projet avec le nom de projet et le flux de données de projet spécifiés.
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
Paramètres
- projectName
- String
Nom du projet.
- projectStream
- Byte[]
Flux de données du projet.
Retours
Projet spécifié.