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)
'使用
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 ();
}
public function get SessionOptions () : IList<SessionOption>

プロパティ値

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

参照

参照

EventSessionStatement クラス

EventSessionStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間