Compartir a través de


ISql90EventNotification.EventType (Propiedad)

Obtiene una lista de tipos de evento que desencadenan la notificación.

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

Sintaxis

'Declaración
ReadOnly Property EventType As IList(Of ISql90EventTypeSpecifier)
    Get
IList<ISql90EventTypeSpecifier> EventType { get; }
property IList<ISql90EventTypeSpecifier^>^ EventType {
    IList<ISql90EventTypeSpecifier^>^ get ();
}
abstract EventType : IList<ISql90EventTypeSpecifier>
function get EventType () : IList<ISql90EventTypeSpecifier>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90EventNotification Interfaz

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