Represents the session option kind.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration SessionOptionKind
用法
Dim instance As SessionOptionKind
public enum SessionOptionKind
public enum class SessionOptionKind
type SessionOptionKind
public enum SessionOptionKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |