EventTypeContainer.EventType-Eigenschaft
Ruft den Ereignistyp ab oder legt diesen fest.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
Gibt einen EventNotificationEventType-Enumerationswert zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.