EventSessionStatement.SessionOptions 属性
Gets a list of event session options.
命名空间: 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>
A list of event session options.