EventTypeContainer.EventType 属性

获取或设置事件类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
返回一个 EventNotificationEventType 枚举值。

.NET Framework 安全性

请参见

参考

EventTypeContainer 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间