次の方法で共有


EventTypeContainer.EventType プロパティ

イベントの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property EventType As EventNotificationEventType
'使用
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);
}
public function get EventType () : EventNotificationEventType
public function set EventType (value : EventNotificationEventType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationEventType
EventNotificationEventType 列挙値を返します。

参照

参照

EventTypeContainer クラス

EventTypeContainer メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間