Partilhar via


Propriedade do RDL EventSessionStatement.EventDeclarations

Gets a list of event declarations.

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

Sintaxe

'Declaração
Public ReadOnly Property EventDeclarations As IList(Of EventDeclaration)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<EventDeclaration>
A list of event declarations.

Consulte também

Referência

EventSessionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom