Condividi tramite


Metodo IDTSResultBindings.Remove

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes the specified IDTSResultBinding object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Sintassi

'Dichiarazione
Sub Remove ( _
    resultName As Object _
)
'Utilizzo
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
)

Parametri

  • resultName
    Tipo: System.Object
    The name of the result binding to remove.

Vedere anche

Riferimento

IDTSResultBindings Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask