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> _
Public Property IsCompressionEnabled As Boolean
Get
Set
'用途
Dim instance As HttpProtocol
Dim value As Boolean
value = instance.IsCompressionEnabled
instance.IsCompressionEnabled = value
[SfcPropertyAttribute]
public bool IsCompressionEnabled { get; set; }
[SfcPropertyAttribute]
public:
property bool IsCompressionEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
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.