Partager via


Méthode Remove

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see Connections.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Remove ( _
    Key As Object _
)
'Utilisation
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
)

Paramètres