Proprietà ISql90EventNotification.EventType

Ottiene un elenco dei tipi di evento che attivano la notifica.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90EventNotification Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel