Поделиться через


EventSessionStatement.SessionOptions - свойство

Получает список параметров сеансов событий.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<SessionOption>

Безопасность платформы .NET Framework

См. также

Ссылки

EventSessionStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен