Share via


ISql90EventNotification.EventType Property

Gets a list of event type specifiers.

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

Syntax

'Declaration
ReadOnly Property EventType As IList(Of ISql90EventTypeSpecifier)
    Get
'Usage
Dim instance As ISql90EventNotification
Dim value As IList(Of ISql90EventTypeSpecifier)

value = instance.EventType
IList<ISql90EventTypeSpecifier> EventType { get; }
property IList<ISql90EventTypeSpecifier^>^ EventType {
    IList<ISql90EventTypeSpecifier^>^ get ();
}
function get EventType () : IList<ISql90EventTypeSpecifier>
abstract EventType : IList<ISql90EventTypeSpecifier>

Property Value

Type: System.Collections.Generic.IList<ISql90EventTypeSpecifier>
Returns a list of ISql90EventTypeSpecifier instances.

.NET Framework Security

See Also

Reference

ISql90EventNotification Interface

ISql90EventNotification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace