Свойство EventTypeContainer.EventType

Gets or sets the event type.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property EventType As EventNotificationEventType 
    Get 
    Set
'Применение
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);
}
member EventType : EventNotificationEventType with get, set
function get EventType () : EventNotificationEventType 
function set EventType (value : EventNotificationEventType)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.

См. также

Справочник

EventTypeContainer Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom