EventSessionMemoryPartitionModeType Enumeration

Specifies the types of memory partition mode.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration EventSessionMemoryPartitionModeType
'Usage
Dim instance As EventSessionMemoryPartitionModeType
[SerializableAttribute]
public enum EventSessionMemoryPartitionModeType
[SerializableAttribute]
public enum class EventSessionMemoryPartitionModeType
[<SerializableAttribute>]
type EventSessionMemoryPartitionModeType
public enum EventSessionMemoryPartitionModeType

Members

Member name Description
None The type is None.
PerCpu The type is PerCpu.
PerNode The type is PerNode.
Unknown The type is Unknown.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace