ReplicationConnection.DataCompressionEnabled Property

Definition

Gets or sets a value indicating whether this replication connection compresses data.

public:
 property bool DataCompressionEnabled { bool get(); void set(bool value); };
public bool DataCompressionEnabled { get; set; }
member this.DataCompressionEnabled : bool with get, set
Public Property DataCompressionEnabled As Boolean

Property Value

true if this replication connection uses data compression; otherwise, false.

Exceptions

The current object has been disposed.

Applies to