Session::EventRetentionModeEnum Enumeration

 

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)

public enum class EventRetentionModeEnum

Member nameDescription
AllowMultipleEventLoss

Specifies the allowed multiple event loss.

AllowSingleEventLoss

Specifies the allowed single event loss.

NoEventLoss

Specifies the no event loss.

Return to top
Show: