EventRetentionSessionOption.Value-Eigenschaft

Ruft die Werte für die Beibehaltungsdauer für das Ereignis ab bzw. legt diese fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventSessionEventRetentionModeType
Gibt einen EventSessionEventRetentionModeType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventRetentionSessionOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace