Compartir a través de


EventSessionStatement.SessionOptions (Propiedad)

Obtiene una lista de opciones de sesión de eventos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

EventSessionStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)