MainPipeClass.Events 屬性

定義

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSComponentEvents100 ^ Events {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSComponentEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(118)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSComponentEvents100 Events { [System.Runtime.InteropServices.DispId(118)] set; }
[<System.Runtime.InteropServices.DispId(118)>]
[<set: System.Runtime.InteropServices.DispId(118)>]
member this.Events : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSComponentEvents100
Public Overridable Property Events As IDTSComponentEvents100

屬性值

IDTSComponentEvents100

IDTSComponentEvents100 介面。

實作

屬性

備註

若要從「資料流程」工作以及從工作內的元件接收執行期間的事件,請建立一個類別來 IDTSComponentEvents100 執行介面,並在執行之前將類別指派給這個屬性。

適用於