Compartir a través de


EventSessionStatement.EventDeclarations (Propiedad)

Obtiene una lista de declaraciones de evento.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

EventSessionStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)