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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.