对事件会话的事件保持模式建模,以用于处理事件丢失。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Enumeration SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
public enum class SqlEventSessionRetentionMode
type SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
成员
| 成员名称 | 说明 | |
|---|---|---|
| AllowSingleEventLoss | 可能会从会话中丢失的事件。 | |
| AllowMultipleEventLoss | 包含多个可能从会话中丢失的事件的完整事件缓冲区。 | |
| NoEventLoss | 不允许事件丢失。 |