Поделиться через


Метод 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