EventSessionStatement.EventDeclarations Property

 

Applies To: SQL Server 2016 Preview

Gets a list of event declarations.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<EventDeclaration> EventDeclarations { get; }
public:
property IList<EventDeclaration^>^ EventDeclarations {
    IList<EventDeclaration^>^ get();
}
member EventDeclarations : IList<EventDeclaration> with get
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)

Property Value

Type: System.Collections.Generic.IList<EventDeclaration>

A list of event declarations.

See Also

EventSessionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top