Udostępnij za pośrednictwem


Właściwość HttpProtocol.IsCompressionEnabled

Pobiera lub ustawia Boolean właściwość, która określa, czy kompresja HTTP jest obsługiwane z protokół HTTP.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsCompressionEnabled As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy kompresja HTTP jest obsługiwane z protokół HTTP.
Jeśli wartość True, kompresja HTTP jest obsługiwana.
Jeśli FAŁSZ (domyślnie), kompresja HTTP nie jest obsługiwana.