EventSessionStatement.EventDeclarations 属性
Gets a list of event declarations.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)
Get
用法
Dim instance As EventSessionStatement
Dim value As IList(Of EventDeclaration)
value = instance.EventDeclarations
public IList<EventDeclaration> EventDeclarations { get; }
public:
property IList<EventDeclaration^>^ EventDeclarations {
IList<EventDeclaration^>^ get ();
}
member EventDeclarations : IList<EventDeclaration>
function get EventDeclarations () : IList<EventDeclaration>
属性值
类型:System.Collections.Generic.IList<EventDeclaration>
A list of event declarations.