Metodo Remove
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see Connections.
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 IDTSConnections100
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
- Key
Tipo: System. . :: . .Object
Vedere anche