Condividi tramite


Proprietà EventSessionStatement.SessionOptions

Ottiene un elenco di opzioni delle sessioni di evento.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EventSessionStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql