Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- projectName
Type : System.String
The name of the project.
- 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
Espace de noms Microsoft.SqlServer.Management.IntegrationServices