言語

SequenceClass.Executables プロパティ

定義

実行時エンジンが処理する実行可能オブジェクトのコレクションをこのSequenceコンテナの実行中に取得します。

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

プロパティ値

実行可能オブジェクトの集合です。

実装

注釈

詳細については、Sequenceを参照してください。

適用対象