ReplicationConnection.DataCompressionEnabled 属性

定义

获取或设置一个值,该值指示此复制连接是否压缩数据。

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

属性值

如果此复制连接使用数据压缩,则为 true;否则为 false

例外

当前对象已被释放。

适用于