EventTypeContainer.EventType Property
Gets or sets the event type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property EventType As EventNotificationEventType
Get
Set
'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);
}
member EventType : EventNotificationEventType with get, set
function get EventType () : EventNotificationEventType
function set EventType (value : EventNotificationEventType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.