Enables/disables the audit trailing for the specified data store.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void ChangeEnableAudit(
string dataStoreName,
bool enabled,
string connectionString,
string tableName
) |
Visual Basic |
---|
Public Sub ChangeEnableAudit ( _
dataStoreName As String, _
enabled As Boolean, _
connectionString As String, _
tableName As String _
) |
Visual C++ |
---|
public:
void ChangeEnableAudit(
String^ dataStoreName,
bool enabled,
String^ connectionString,
String^ tableName
) |
Parameters
- dataStoreName
- Type: System..::..String
The name of the data store.
- enabled
- Type: System..::..Boolean
A value indicating whether audit trailing is enabled.
- connectionString
- Type: System..::..String
The connection string to the AuditTrail database.
- tableName
- Type: System..::..String
The name of the audit table of the AuditTrail database.
If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string, the default name is used.
See Also