MainPipeClass.Events 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 執行介面,並在執行之前將類別指派給這個屬性。