Freigeben über


EventTypeContainer.EventType-Eigenschaft

Ruft den Ereignistyp ab oder legt diesen fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Gibt einen EventNotificationEventType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

EventTypeContainer Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace