The TruncateLog property controls log file processing for Backup and BulkCopy objects.
object.TruncateLog [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
If True, the log file is truncated on successful completion of the ImportData method.
If False, the log file is not truncated regardless of the completion status of the ImportData method.
Read/write
Boolean
HRESULT GetTruncateLog(LPBOOL pRetVal)
HRESULT SetTruncateLog(BOOL NewValue)