File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ A flag specifiying if the log events table should be created if it does not exis
265
265
### EnlistInTransaction
266
266
267
267
A flag to make logging SQL commands take part in ambient transactions. It defaults to ` false ` .
268
- Logging operations could be affected from surrounding `TransactionScope's in the code, leading to log data
268
+ Logging operations could be affected from surrounding ` TransactionScope ` 's in the code, leading to log data
269
269
being removed on a transaction rollback. This is by default prevented by the sink adding ` Enlist=false ` to
270
270
the ` ConnectionString ` that is passed. This option can be used to change this behavior so that ` Enlist=true `
271
271
is added instead (which is the default for SQL connections) and logging commands might be part of transactions.
You can’t perform that action at this time.
0 commit comments