ForLoopClass.EventHandlers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回事件处理程序对象的集合。 此字段为只读。
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventHandlers100 ^ EventHandlers { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventHandlers100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandlers100 EventHandlers { get; }
member this.EventHandlers : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandlers100
Public Overridable ReadOnly Property EventHandlers As IDTSEventHandlers100
属性值
IDTSEventHandlers100 集合中的事件处理程序对象的集合。