ConnectionLoggingLevel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the LoggingLevel of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int LoggingLevel { get; set; }
Public Property LoggingLevel As Integer
Get
Set
public:
virtual property int LoggingLevel {
int get () sealed;
void set (int value) sealed;
}
function get_LoggingLevel();
function set_LoggingLevel(value);
Property Value
Type:
Int32The LoggingLevel of this connection
Return Value
Type:
Int32The LoggingLevel of this connection
Remarks See Also