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.
Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public MustOverride Sub Insert ( _
index As Integer, _
parameterName As String, _
dataType As TypeCode _
)
'Utilisation
Dim instance As Parameters
Dim index As Integer
Dim parameterName As String
Dim dataType As TypeCode
instance.Insert(index, parameterName, _
dataType)
public abstract void Insert(
int index,
string parameterName,
TypeCode dataType
)
public:
virtual void Insert(
int index,
String^ parameterName,
TypeCode dataType
) abstract
abstract Insert :
index:int *
parameterName:string *
dataType:TypeCode -> unit
public abstract function Insert(
index : int,
parameterName : String,
dataType : TypeCode
)
Paramètres
- index
Type : System.Int32
The location within the collection to insert to.
- parameterName
Type : System.String
The name of the parameter.
- dataType
Type : System.TypeCode
The data type of the parameter.