EventSessionStatement.EventDeclarations Property

Gets a list of event declarations.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

EventSessionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace