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