PackageItems.Insert(Int32, Package, String) メソッド

定義

指定されたインデックス、ストリーム名、およびパッケージに基づいて PackageItems コレクションに PackageItem オブジェクトを挿入します。

public:
 void Insert(int index, Microsoft::SqlServer::Dts::Runtime::Package ^ package, System::String ^ streamName);
public void Insert (int index, Microsoft.SqlServer.Dts.Runtime.Package package, string streamName);
member this.Insert : int * Microsoft.SqlServer.Dts.Runtime.Package * string -> unit
Public Sub Insert (index As Integer, package As Package, streamName As String)

パラメーター

index
Int32

インデックス。

package
Package

パッケージです。

streamName
String

ストリームの名前です。

適用対象