SqlCeReplication.CompressionLevel Property

Specifies the amount of compression that will be used by the compression routines during replication.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)

Syntax

'Declaration
Public Property CompressionLevel As Short
public short CompressionLevel { get; set; }
public:
property short CompressionLevel {
    short get ();
    void set (short value);
}
/** @property */
public short get_CompressionLevel ()

/** @property */
public void set_CompressionLevel (short value)
public function get CompressionLevel () : short

public function set CompressionLevel (value : short)

Property Value

The compression level.

Remarks

The CompressionLevel property allows you to customize compression to meet your specific needs. A lower value causes the compressor to run more quickly, but the data transmitted is not as tightly compressed and therefore takes longer to transmit. A higher compression level value will cause more processing on the server running IIS, but will reduce data transfer times.

A value of 0 turns off all compression. The default value is 1, which uses the lowest amount of processor time while still providing some compression. The maximum value is 6.

The actual amount of data compression depends on the type of data being compressed.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Mobile 5.0, Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Mobile 2003 for Pocket PC, Windows CE 5.0
Version Information
.NET Framework and NET Compact Framework
Supported in 3.5
.NET Framework
Supported in 3.0
.NET Compact Framework and .Net Framework
Supported in 2.0

See Also

Reference

SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace