EventSessionStatement.EventDeclarations Property

Definition

Represents the list of event declarations.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.EventDeclaration> EventDeclarations { get; }
member this.EventDeclarations : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.EventDeclaration>
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)

Property Value

Applies to