언어

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 이 컨테이너 내 실행 가능한 객체들의 집합을 나타내는 객체입니다.

구현

적용 대상