WebEventCodes.SqlProviderEventsDropped Field

Definition

Represents the event code indicating that the SQL provider dropped events. This field is constant.

public: int SqlProviderEventsDropped = 50301;
public const int SqlProviderEventsDropped = 50301;
val mutable SqlProviderEventsDropped : int
Public Const SqlProviderEventsDropped As Integer  = 50301

Field Value

Value = 50301

Remarks

When the notification occurs after the one during which events have been dropped, a special warning row is written to the SQL server. This row is written before all other events in the notification, and is not counted in the total number of events as far as the configured flush size is concerned.

Applies to

See also