SqlEventSessionRetentionMode 열거형
이벤트 손실 처리에 사용할 이벤트 세션의 이벤트 보존 모드를 모델링합니다.
네임스페이스: Microsoft.Data.Schema.Sql.SchemaModel
어셈블리: Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)
구문
‘선언
Public Enumeration SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
public enum class SqlEventSessionRetentionMode
type SqlEventSessionRetentionMode
public enum SqlEventSessionRetentionMode
멤버
멤버 이름 | 설명 | |
---|---|---|
AllowSingleEventLoss | 이벤트가 세션에서 손실될 수 있습니다. | |
AllowMultipleEventLoss | 여러 이벤트를 포함하는 전체 이벤트 버퍼가 세션에서 손실될 수 있습니다. | |
NoEventLoss | 이벤트 손실이 허용되지 않습니다. |