イベント セッション オプションの一覧を取得します。
名前空間: 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>
イベント セッション オプションの一覧。