Share via


HttpProtocol.IsCompressionEnabled 속성

Gets or sets the Boolean property that specifies whether HTTP compression is supported with the HTTP protocol.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsCompressionEnabled As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As HttpProtocol 
Dim value As Boolean 

value = instance.IsCompressionEnabled

instance.IsCompressionEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsCompressionEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsCompressionEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsCompressionEnabled : bool with get, set
function get IsCompressionEnabled () : boolean 
function set IsCompressionEnabled (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that specifies whether HTTP compression is supported with the HTTP protocol.If True, HTTP compression is supported.If False (default), HTTP compression is not supported.

끝점 구현

참고 항목

참조

HttpProtocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스