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 the specified ParameterAssignmentClass object from the collection.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly : Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntaxe
'Déclaration
Public Overridable Sub Remove ( _
Index As Object _
)
'Utilisation
Dim instance As ParameterAssignmentsClass
Dim Index As Object
instance.Remove(Index)
public virtual void Remove(
Object Index
)
public:
virtual void Remove(
[InAttribute] Object^ Index
)
abstract Remove :
Index:Object -> unit
override Remove :
Index:Object -> unit
public function Remove(
Index : Object
)
Paramètres
- Index
Type : System.Object
The ParameterAssignmentClass object to remove from the collection.
Implémente
IDTSParameterAssignments.Remove(Object)
Voir aussi
Référence
ParameterAssignmentsClass Classe
Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask