PackageItems.Insert 方法

Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.

命名空間:  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
)

參數

請參閱

參考

PackageItems 類別

Microsoft.SqlServer.Dts.Runtime 命名空間