Aracılığıyla paylaş


HttpProtocol.IsCompressionEnabled Özelliği

Alır veya ayarlar Boolean özellik belirtir olup http sıkıştırması desteklenir ile http protokol.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsCompressionEnabled As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
A Boolean değerini belirtir olup http sıkıştırması desteklenir ile http protokol.
TRUE ise, http sıkıştırması desteklenir.
Yoksa False (varsayılan), http sıkıştırması desteklenmez.