EventSessionEventRetentionModeType-Enumeration

Gibt den Typ für die Beibehaltung von Ereignissen an.

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

Member

Membername Beschreibung
Unknown Typ ist Unknown
AllowSingleEventLoss Typ ist AllowSingleEventLoss
AllowMultipleEventLoss Typ ist AllowMultipleEventLoss
NoEventLoss Typ ist NoEventLoss

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace