Metodo IDTSConnections100.Remove
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Removes the connection manager from the collection.
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
The name, identity, ID, or index of the connection manager to remove.
Osservazioni
For more information, see Connections.