Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deploys the project with the specified project name and project stream.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function DeployProject ( _
projectName As String, _
projectStream As Byte() _
) As Operation
'Usage
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
Parameters
- projectName
Type: System.String
The name of the project.
- projectStream
Type: array<System.Byte[]
The stream of the project.
Return Value
Type: Microsoft.SqlServer.Management.IntegrationServices.Operation
The specified project.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace