Propriedade EventTypeContainer.EventType

Obtém ou define o tipo de evento.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Retorna um EventNotificationEventType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

EventTypeContainer Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql