Metodo Remove

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

For more information, see ConnectionManager.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Remove ( _
    Key As Object _
)
'Utilizzo
Dim instance As IDTSConnectionManagerCacheColumns100
Dim Key As Object

instance.Remove(Key)
void Remove(
    Object Key
)
void Remove(
    [InAttribute] Object^ Key
)
abstract Remove : 
        Key:Object -> unit 
function Remove(
    Key : Object
)

Parametri