Sdílet prostřednictvím


EventTypeContainer.EventType – vlastnost

Získá nebo nastaví typ události.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Vrátí EventNotificationEventType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EventTypeContainer Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů