Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)