EventSessionEventRetentionModeType 枚举
Specifies the types of event retention modes.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration EventSessionEventRetentionModeType
用法
Dim instance As EventSessionEventRetentionModeType
[SerializableAttribute]
public enum EventSessionEventRetentionModeType
[SerializableAttribute]
public enum class EventSessionEventRetentionModeType
[<SerializableAttribute>]
type EventSessionEventRetentionModeType
public enum EventSessionEventRetentionModeType
成员
成员名称 | 说明 | |
---|---|---|
AllowMultipleEventLoss | The type is AllowMultipleEventLoss. | |
AllowSingleEventLoss | The type is AllowSingleEventLoss. | |
NoEventLoss | The type is NoEventLoss. | |
Unknown | The type is Unknown. |