Delen via


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

See Also

Reference

EventRetentionSessionOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace