Share via


IDTSResultBindings.Remove Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Sub Remove ( _
    resultName As Object _
)
'Usage
Dim instance As IDTSResultBindings
Dim resultName As Object

instance.Remove(resultName)
void Remove(
    Object resultName
)
void Remove(
    Object^ resultName
)
abstract Remove : 
        resultName:Object -> unit 
function Remove(
    resultName : Object
)

Parameters