Share via


ISql90EventNotification.EventType Property

Gets a list of event types that trigger notification.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90EventNotification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace