Partilhar via


Propriedade ISql90EventNotification.EventType

Obtém uma lista de tipos de eventos que disparam a notificação.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90EventNotification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel