指定事件保持模式类型。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
[<SerializableAttribute>]
type EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Unknown | 类型为 Unknown | |
| AllowSingleEventLoss | 类型为 AllowSingleEventLoss | |
| AllowMultipleEventLoss | 类型为 AllowMultipleEventLoss | |
| NoEventLoss | 类型为 NoEventLoss |