TriggerAction.EventTypeGroup プロパティ

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

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

構文

'宣言
Public Property EventTypeGroup As EventTypeGroupContainer
'使用
Dim instance As TriggerAction
Dim value As EventTypeGroupContainer

value = instance.EventTypeGroup

instance.EventTypeGroup = value
public EventTypeGroupContainer EventTypeGroup { get; set; }
public:
property EventTypeGroupContainer^ EventTypeGroup {
    EventTypeGroupContainer^ get ();
    void set (EventTypeGroupContainer^ value);
}
public function get EventTypeGroup () : EventTypeGroupContainer
public function set EventTypeGroup (value : EventTypeGroupContainer)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EventTypeGroupContainer
EventTypeGroupContainer を返します。

解説

種類がイベントでない場合は null になります。

参照

参照

TriggerAction クラス

TriggerAction メンバ

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