Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the types of event retention modes.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration EventSessionEventRetentionModeType
'Usage
Dim instance As EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
[<SerializableAttribute>]
type EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AllowMultipleEventLoss | The type is AllowMultipleEventLoss. | |
| AllowSingleEventLoss | The type is AllowSingleEventLoss. | |
| NoEventLoss | The type is NoEventLoss. | |
| Unknown | The type is Unknown. |