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. |