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

例外

現在のオブジェクトは破棄されました。

適用対象