Share via


MemoryPartitionSessionOption.Value Property

Gets or sets the memory partition values.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Value As EventSessionMemoryPartitionModeType
public EventSessionMemoryPartitionModeType Value { get; set; }
public:
property EventSessionMemoryPartitionModeType Value {
    EventSessionMemoryPartitionModeType get ();
    void set (EventSessionMemoryPartitionModeType value);
}
member Value : EventSessionMemoryPartitionModeType with get, set
function get Value () : EventSessionMemoryPartitionModeType
function set Value (value : EventSessionMemoryPartitionModeType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EventSessionMemoryPartitionModeType
Returns an EventSessionMemoryPartitionModeType enumeration value.

.NET Framework Security

See Also

Reference

MemoryPartitionSessionOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace