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.53.0)
public void ChangeEnableAudit(
string dataStoreName,
bool enabled,
string connectionString,
string tableName = null
)
public void ChangeEnableAudit(
string dataStoreName,
bool enabled,
string connectionString,
string tableName = null
)
Public Sub ChangeEnableAudit ( _
dataStoreName As String, _
enabled As Boolean, _
connectionString As String, _
Optional tableName As String = Nothing _
)
Public Sub ChangeEnableAudit ( _
dataStoreName As String, _
enabled As Boolean, _
connectionString As String, _
Optional tableName As String = Nothing _
)
public:
void ChangeEnableAudit(
String^ dataStoreName,
bool enabled,
String^ connectionString,
String^ tableName = nullptr
)
public:
void ChangeEnableAudit(
String^ dataStoreName,
bool enabled,
String^ connectionString,
String^ tableName = nullptr
)
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 (Optional)
- Type:
System String
The name of the audit table of the AuditTrail database.
If or an empty string, the default name is used.