VariablesCollection.Remove Method

Removes the element with the specified index from the collection

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Public Sub Remove ( _
    index As Integer _
)
'Usage
Dim instance As VariablesCollection
Dim index As Integer

instance.Remove(index)
public void Remove(
    int index
)
public:
void Remove(
    int index
)
member Remove : 
        index:int -> unit 
public function Remove(
    index : int
)

Parameters

  • index
    Type: System.Int32
    The zero-based index of the element to be removed.