Using the API how do you turn on Compression.
rockywurden
Posts: 10
If you use the SQLPackagerCodeSnippets where would you turn compression on.
Thanks
Thanks
Comments
Public Function New( _
ByVal templateFolder As String, _
ByVal packageFolder As String, _
ByVal packageName As String, _
ByVal executionBlockSchema As ExecutionBlock, _
ByVal executionBlockData As ExecutionBlock, _
ByVal outputType As OutputType, _
ByVal compress As Boolean _
)
[Visual Basic]
Public Function New( _
ByVal templateFolder As String, _
ByVal packageFolder As String, _
ByVal packageName As String, _
ByVal executionBlockSchema As ExecutionBlock, _
ByVal executionBlockData As ExecutionBlock, _
ByVal outputType As OutputType, _
ByVal compress As Boolean _
)
[C#]
public PackagerEngine(
string templateFolder,
string packageFolder,
string packageName,
ExecutionBlock executionBlockSchema,
ExecutionBlock executionBlockData,
OutputType outputType,
bool compress
);
[C++]
public: PackagerEngine(
string* templateFolder,
string* packageFolder,
string* packageName,
ExecutionBlock* executionBlockSchema,
ExecutionBlock* executionBlockData,
OutputType outputType,
bool compress
)
Red-Gate support