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 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
Members
Member name | Description | |
---|---|---|
AllowMultipleEventLoss | The type is AllowMultipleEventLoss. | |
AllowSingleEventLoss | The type is AllowSingleEventLoss. | |
NoEventLoss | The type is NoEventLoss. | |
Unknown | The type is Unknown. |