Share via


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

プロパティ値

パッケージに含まれる実行可能オブジェクトのコレクションです。

実装

注釈

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

適用対象