共用方式為


EventSessionMemoryPartitionModeType 列舉

Specifies the types of memory partition mode.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration EventSessionMemoryPartitionModeType
'用途
Dim instance As EventSessionMemoryPartitionModeType
[SerializableAttribute]
public enum EventSessionMemoryPartitionModeType
[SerializableAttribute]
public enum class EventSessionMemoryPartitionModeType
[<SerializableAttribute>]
type EventSessionMemoryPartitionModeType
public enum EventSessionMemoryPartitionModeType

成員

成員名稱 說明
None The type is None.
PerCpu The type is PerCpu.
PerNode The type is PerNode.
Unknown The type is Unknown.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間