About SqlCeReplication.CompressionLevel

  • Thread starter Thread starter Steve B.
  • Start date Start date
S

Steve B.

Hi,

I have a question about the SqlCeReplication.CompressionLevel property.

I have very large amount of data to transfer, so I'd like to set the
compression level as high as possible, and upgrade the server if required.

What can be possibles values of this property ?The MSDN library only tells
that 0 = no compression and 1 = a bit of compression.
The type is short (int16). So can I set it to short.MaxValue to maximum
compress the data ?

Thanks for the help,
Steve
 
Back
Top