Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Event retention mode enumeration describes how event loss is handled.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Enumeration EventRetentionModeEnum
'Usage
Dim instance As Session.EventRetentionModeEnum
public enum EventRetentionModeEnum
public enum class EventRetentionModeEnum
type EventRetentionModeEnum
public enum EventRetentionModeEnum
Members
| Member name | Description | |
|---|---|---|
| AllowMultipleEventLoss | Full event buffers can be lost from the session. | |
| AllowSingleEventLoss | Events can be lost from the session. | |
| NoEventLoss | No event loss is allowed. |