Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType
Members
Member name | Description | |
---|---|---|
Unknown | Type is Unknown | |
AllowSingleEventLoss | Type is AllowSingleEventLoss | |
AllowMultipleEventLoss | Type is AllowMultipleEventLoss | |
NoEventLoss | Type is NoEventLoss |