共用方式為


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 命名空間