次の方法で共有


EventSessionStatement.SessionOptions プロパティ

イベント セッション オプションの一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property SessionOptions As IList(Of SessionOption)
    Get
'使用
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 ();
}
member SessionOptions : IList<SessionOption>
function get SessionOptions () : IList<SessionOption>

プロパティ値

型: System.Collections.Generic.IList<SessionOption>
イベント セッション オプションの一覧。

関連項目

参照

EventSessionStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間