次の方法で共有


SequenceClass.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

プロパティ値

実行可能オブジェクトのコレクションです。

実装

注釈

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

適用対象