イベント保持モードの種類を指定します。
名前空間: 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 です |