PackageItems.Insert(Int32, Package, String) 方法

定義

將具有指定之索引、資料流名稱和封裝的 PackageItem 物件插入 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

資料流的名稱。

適用於