Partager via


EventSessionStatement.SessionOptions, propriété

Obtient une liste d'options de session d'événement.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

EventSessionStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms