言語

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

定義

PackageItemsコレクションに指定されたインデックス、ストリーム名、パッケージを挿入します。

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

ストリームの名前。

適用対象