Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
package As Package, _
streamName As String _
)
'Utilisation
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
)
Paramètres
- index
Type : System.Int32
The index.
- package
Type : Microsoft.SqlServer.Dts.Runtime.Package
The package.
- streamName
Type : System.String
The name of the stream.