ImportSystemArgsbEnableCompression Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a flag which indicates if this connection should have compression enabled.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool bEnableCompression { get; set; }
Public Property bEnableCompression As Boolean
Get
Set
public:
virtual property bool bEnableCompression {
bool get () sealed;
void set (bool value) sealed;
}
function get_bEnableCompression();
function set_bEnableCompression(value);
Property Value
Type:
BooleanA property that contains a flag which indicates if this connection should have compression enabled.
Return Value
Type:
BooleanA property that contains a flag which indicates if this connection should have compression enabled.
Remarks See Also