EventTypeContainer.EventType Property

Gets or sets the event type.

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

Syntax

'Declaration
Public Property EventType As EventNotificationEventType
public EventNotificationEventType EventType { get; set; }
public:
property EventNotificationEventType EventType {
    EventNotificationEventType get ();
    void set (EventNotificationEventType value);
}
member EventType : EventNotificationEventType with get, set
function get EventType () : EventNotificationEventType
function set EventType (value : EventNotificationEventType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Returns a EventNotificationEventType enumeration value.

.NET Framework Security

See Also

Reference

EventTypeContainer Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace