PackageItems.Insert(Int32, Package, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將具有指定之索引、資料流名稱和封裝的 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
資料流的名稱。