Freigeben über


IDTSConnectionManagerCacheColumns100.Remove-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes the specified column from the collection.

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

Syntax

'Declaration
Sub Remove ( _
    Key As Object _
)
'Usage
Dim instance As IDTSConnectionManagerCacheColumns100 
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
)

Parameter

Hinweise

For more information, see ConnectionManager.

Siehe auch

Verweis

IDTSConnectionManagerCacheColumns100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace