EventInfos.Remove Method

Removes an EventInfo object from the EventInfos collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub Remove ( _
    index As Object _
)
'Usage
Dim instance As EventInfos
Dim index As Object

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

Parameters