SqlServerEventId.SavepointsDisabledBecauseOfMARS Field

Definition

Savepoints have been disabled when saving changes with an external transaction, because Multiple Active Result Sets is enabled.

public static readonly Microsoft.Extensions.Logging.EventId SavepointsDisabledBecauseOfMARS;
 staticval mutable SavepointsDisabledBecauseOfMARS : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly SavepointsDisabledBecauseOfMARS As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Database.Transaction category.

Applies to