Share via


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
'Usage
Dim instance As EventTypeContainer 
Dim value As EventNotificationEventType 

value = instance.EventType

instance.EventType = value
public EventNotificationEventType EventType { get; set; }
public:
property EventNotificationEventType EventType {
    EventNotificationEventType get ();
    void set (EventNotificationEventType value);
}
public function get EventType () : EventNotificationEventType 
public 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

EventTypeContainer Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace