BCServerChangeEnableAudit Method |
Enables/disables the audit trailing for the specified data store.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax 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:
void ChangeEnableAudit(
String^ dataStoreName,
bool enabled,
String^ connectionString,
String^ tableName = nullptr
)
member ChangeEnableAudit :
dataStoreName : string *
enabled : bool *
connectionString : string *
?tableName : string
(* Defaults:
let _tableName = defaultArg tableName null
*)
-> unit
Parameters
- dataStoreName
- Type: SystemString
The name of the data store.
- enabled
- Type: SystemBoolean
A value indicating whether audit trailing is enabled.
- connectionString
- Type: SystemString
The connection string to the AuditTrail database.
- tableName (Optional)
- Type: SystemString
The name of the audit table of the AuditTrail database.
If or an empty string, the default name is used.
See Also