EventHandlerClass.Executables 属性

定义

获取发生事件时此容器中要运行的可执行对象的集合。 此属性为只读。

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutables100 ^ Executables { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutables100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutables100 Executables { get; }
member this.Executables : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutables100
Public Overridable ReadOnly Property Executables As IDTSExecutables100

属性值

一个 IDTSExecutables100 对象,它表示此容器中可执行对象的集合。

实现

适用于