EventSessionStatement.SessionOptions Property

Gets a list of event session options.

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)
public IList<SessionOption> SessionOptions { get; }
public:
property IList<SessionOption^>^ SessionOptions {
    IList<SessionOption^>^ get ();
}
member SessionOptions : IList<SessionOption>
function get SessionOptions () : IList<SessionOption>

Property Value

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

.NET Framework Security

See Also

Reference

EventSessionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace