Freigeben über


SessionOptionKind-Enumeration

Represents the session option kind.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration SessionOptionKind
'Usage
Dim instance As SessionOptionKind
public enum SessionOptionKind
public enum class SessionOptionKind
type SessionOptionKind
public enum SessionOptionKind

Elemente

Elementname Beschreibung
EventRetention The option is EventRetention.
MaxDispatchLatency The option is MaxDispatchLatency.
MaxEventSize The option is MaxEventSize.
MaxMemory The option is MaxMemory.
MemoryPartition The option is MemoryPartition.
StartUpState The option is StartUpState.
TrackCausality The option is TrackCausality.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace