Propriedade do RDL EventTypeContainer.EventType
Gets or sets the event type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property EventType As EventNotificationEventType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.