IDTSParameterAssignments.Remove Method
Removes the specified IDTSParameterAssignment object from the collection.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Sub Remove ( _
Index As Object _
)
'Usage
Dim instance As IDTSParameterAssignments
Dim Index As Object
instance.Remove(Index)
void Remove(
Object Index
)
void Remove(
[InAttribute] Object^ Index
)
abstract Remove :
Index:Object -> unit
function Remove(
Index : Object
)
Parameters
- Index
Type: System.Object
The IDTSParameterAssignment object to remove from the collection.