Compartilhar via


Método Remove

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

For more information, see Connections.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub Remove ( _
    Key As Object _
)
'Uso
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
)

Parâmetros