Mimer SQL Data Provider
AllowedTraceLevel Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : AllowedTraceLevel Property
An option to set the level of tracing allowed on the connection.

Level none prohibits tracing of the connection.

Level safe allows tracing of library function calls and errors.

Level confidential allows tracing of all information on the connection, including SQL statements, SQL parameters, and connection strings which may contain sensitive information.

Defaults to safe if not set.

Syntax
'Declaration
 
Public Property AllowedTraceLevel As String
public string AllowedTraceLevel {get; set;}
public read-write property AllowedTraceLevel: String; 
public function get,set AllowedTraceLevel : String
public: __property string* get_AllowedTraceLevel();
public: __property void set_AllowedTraceLevel( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members