次の方法で共有


EventTypeContainer.EventType プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

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

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
イベントの種類。

関連項目

参照

EventTypeContainer クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間