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

流的名称。

适用于