言語

IDTSPackage100.DesignEvents プロパティ

定義

設計時や他の第三者クライアントが設計時にイベントを受け取るかどうかを示す IDTSEvents100 を取得したり設定したりします。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ DesignEvents { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(82)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 DesignEvents { [System.Runtime.InteropServices.DispId(82)] get; [System.Runtime.InteropServices.DispId(82)] set; }
[<System.Runtime.InteropServices.DispId(82)>]
[<get: System.Runtime.InteropServices.DispId(82)>]
[<set: System.Runtime.InteropServices.DispId(82)>]
member this.DesignEvents : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 with get, set
Public Property DesignEvents As IDTSEvents100

プロパティ値

IDTSEvents100 オブジェクト。

属性

注釈

このインターフェースは Package インターフェースと PackageNeutral インターフェースによって実装されます。

適用対象