Partager via


Propriété EventTypeContainer.EventType

Gets or sets the event type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property EventType As EventNotificationEventType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.

Voir aussi

Référence

EventTypeContainer Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom