Session::MemoryPartitionModeEnum Enumeration

 

Memory partition mode enumeration that describes the location in memory where event buffers are created.

Namespace:   Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

public enum class MemoryPartitionModeEnum

Member nameDescription
None

The none options.

PerCpu

The PerCpu options.

PerNode

The PerNode options.

Return to top
Show: