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