Freigeben über


EventSessionStatement.SessionOptions-Eigenschaft

Ruft eine Liste mit Ereignissitzungsoptionen ab.

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

Syntax

'Declaration
Public ReadOnly Property SessionOptions As IList(Of SessionOption)
    Get
public IList<SessionOption> SessionOptions { get; }
public:
property IList<SessionOption^>^ SessionOptions {
    IList<SessionOption^>^ get ();
}
member SessionOptions : IList<SessionOption>
function get SessionOptions () : IList<SessionOption>

Eigenschaftswert

Typ: System.Collections.Generic.IList<SessionOption>

.NET Framework-Sicherheit

Siehe auch

Referenz

EventSessionStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace