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