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입니다.

예외

현재 개체가 삭제되었습니다.

적용 대상