Partager via


Méthode IDTSConnections100.Remove

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

Removes the connection manager from the collection.

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

  • Key
    Type : System.Object
    The name, identity, ID, or index of the connection manager to remove.

Notes

For more information, see Connections.

Voir aussi

Référence

IDTSConnections100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper