TruncateLog Property (BulkCopy)
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The TruncateLog property controls log file processing for Backup and BulkCopy objects.
Syntaxe
object
.TruncateLog [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
TRUE or FALSE
Modifiable
Read/write
Data Type
Boolean
Prototype (C/C++)
HRESULT GetTruncateLog(LPBOOL pRetVal)
HRESULT SetTruncateLog(BOOL NewValue)
Notes
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.