共用方式為


SessionOptionKind 列舉

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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間