Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the specified ParameterAssignmentClass object from the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Sub Remove ( _
Index As Object _
)
'Usage
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
)
Parameters
- Index
Type: System.Object
The ParameterAssignmentClass object to remove from the collection.
Implements
IDTSParameterAssignments.Remove(Object)