PackageItems.Insert メソッド
指定されたインデックス、ストリーム名、およびパッケージに基づいて PackageItems コレクションに PackageItem オブジェクトを挿入します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Sub Insert ( _
index As Integer, _
package As Package, _
streamName As String _
)
'使用
Dim instance As PackageItems
Dim index As Integer
Dim package As Package
Dim streamName As String
instance.Insert(index, package, streamName)
public void Insert(
int index,
Package package,
string streamName
)
public:
void Insert(
int index,
Package^ package,
String^ streamName
)
member Insert :
index:int *
package:Package *
streamName:string -> unit
public function Insert(
index : int,
package : Package,
streamName : String
)
パラメーター
- index
型: System.Int32
インデックス。
- package
型: Microsoft.SqlServer.Dts.Runtime.Package
パッケージ。
- streamName
型: System.String
ストリームの名前。