共用方式為


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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間