Поделиться через


SqlEventSessionRetentionMode Enumeration

Models the event retention mode for the event session to use to handle event loss.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
public enum class SqlEventSessionRetentionMode
type SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode

Members

Member name Description
AllowSingleEventLoss An event can be lost from the session.
AllowMultipleEventLoss Full event buffers that contain multiple events can be lost from the session.
NoEventLoss No event loss is allowed.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace