Partager via


Méthode CatalogFolder.DeployProject

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public Function DeployProject ( _
    projectName As String, _
    projectStream As Byte() _
) As Operation
'Utilisation
Dim instance As CatalogFolder 
Dim projectName As String 
Dim projectStream As Byte()
Dim returnValue As Operation 

returnValue = instance.DeployProject(projectName, _
    projectStream)
public Operation DeployProject(
    string projectName,
    byte[] projectStream
)
public:
Operation^ DeployProject(
    String^ projectName, 
    array<unsigned char>^ projectStream
)
member DeployProject : 
        projectName:string * 
        projectStream:byte[] -> Operation
public function DeployProject(
    projectName : String, 
    projectStream : byte[]
) : Operation

Paramètres

  • projectStream
    Type : array<System.Byte[]
    The stream of the project.

Valeur de retour

Type : Microsoft.SqlServer.Management.IntegrationServices.Operation
The specified project.

Voir aussi

Référence

CatalogFolder Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices