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.
Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from 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 RemoveAt ( _
index As Integer _
)
'Utilisation
Dim instance As Parameters
Dim index As Integer
instance.RemoveAt(index)
public abstract void RemoveAt(
int index
)
public:
virtual void RemoveAt(
int index
) abstract
abstract RemoveAt :
index:int -> unit
public abstract function RemoveAt(
index : int
)
Paramètres
- index
Type : System.Int32
The location of the parameter within the collection.