WebEventCodes.SqlProviderEventsDropped Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 50301Remarks
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET