Project.Events 属性

定义

设置 IDTSEvents 接口以便获取不同的事件。

public:
 property Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ Events {  void set(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ value); };
public Microsoft.SqlServer.Dts.Runtime.IDTSEvents Events { set; }
member this.Events : Microsoft.SqlServer.Dts.Runtime.IDTSEvents
Public Property Events As IDTSEvents

属性值

IDTSEvents

要获取不同事件的 IDTSEvents 接口。

适用于