ConnectionEnableTracing Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the EnableTracing setting of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool EnableTracing { get; set; }
Public Property EnableTracing As Boolean
Get
Set
public:
virtual property bool EnableTracing {
bool get () sealed;
void set (bool value) sealed;
}
function get_EnableTracing();
function set_EnableTracing(value);
Property Value
Type:
BooleanThe EnableTracing setting of this connection
Return Value
Type:
BooleanThe EnableTracing setting of this connection
Remarks See Also