Dela via


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)
'Usage
Dim instance As EventSessionStatement 
Dim value As IList(Of SessionOption)

value = instance.SessionOptions
public IList<SessionOption> SessionOptions { get; }
public:
property IList<SessionOption^>^ SessionOptions {
    IList<SessionOption^>^ get ();
}
public function get SessionOptions () : IList<SessionOption>

Property Value

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

.NET Framework Security

See Also

Reference

EventSessionStatement Class

EventSessionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace