次の方法で共有


IDTSEventInfo100.AllowEventHandlers プロパティ

定義

public:
 property bool AllowEventHandlers { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool AllowEventHandlers { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.AllowEventHandlers : bool
Public ReadOnly Property AllowEventHandlers As Boolean

プロパティ値

開発ツールがイベントに対してイベント ハンドラー オブジェクトの作成を許可するかどうかを示す ブール値 を返します。 true の場合、イベントのイベント ハンドラー オブジェクトを作成できます。 このプロパティは、カスタム タスクに対して作成するカスタム イベントにのみ適用されます。 詳細については、「カスタム タスクでのイベントの発生と定義」を参照してください。

属性

適用対象