イベント保持モードの種類を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration EventSessionEventRetentionModeType
'使用
Dim instance As EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType
メンバ
| メンバ名 | 説明 | |
|---|---|---|
| Unknown | 種類は Unknown です。 | |
| AllowSingleEventLoss | 種類は AllowSingleEventLoss です。 | |
| AllowMultipleEventLoss | 種類は AllowMultipleEventLoss です。 | |
| NoEventLoss | 種類は NoEventLoss です。 |