EventRetentionSessionOption.Value Property
Gets or sets the event retention 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 EventSessionEventRetentionModeType
public EventSessionEventRetentionModeType Value { get; set; }
public:
property EventSessionEventRetentionModeType Value {
EventSessionEventRetentionModeType get ();
void set (EventSessionEventRetentionModeType value);
}
member Value : EventSessionEventRetentionModeType with get, set
function get Value () : EventSessionEventRetentionModeType
function set Value (value : EventSessionEventRetentionModeType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.EventSessionEventRetentionModeType
Returns a EventSessionEventRetentionModeType 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.