ImportSystemArgsiCompressionLevel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains a value which indicates the compression level to use for this connection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int iCompressionLevel { get; set; }
Public Property iCompressionLevel As Integer
Get
Set
public:
virtual property int iCompressionLevel {
int get () sealed;
void set (int value) sealed;
}
function get_iCompressionLevel();
function set_iCompressionLevel(value);
Property Value
Type:
Int32A property that contains a value which indicates the compression level to use for this connection.
Return Value
Type:
Int32A property that contains a value which indicates the compression level to use for this connection.
Remarks See Also