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)
'Usage
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 ();
}
public function get EventDeclarations () : IList<EventDeclaration>
Property Value
Type: System.Collections.Generic.IList<EventDeclaration>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.