ForEachLoopClass.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 オブジェクトです。

実装

適用対象