イベントの種類を取得または設定します。
名前空間 : 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 列挙値を返します。