EventSessionEventRetentionModeType Enumeration

Specifies the event retention mode type.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
[<SerializableAttribute>]
type EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType

Members

Member name Description
Unknown Type is Unknown
AllowSingleEventLoss Type is AllowSingleEventLoss
AllowMultipleEventLoss Type is AllowMultipleEventLoss
NoEventLoss Type is NoEventLoss

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace