Freigeben über


IDTSForEachVariableMappings100.Remove-Methode

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

Removes a specified collection from the IDTSForEachVariableMappings100 collection.

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

Syntax

'Declaration
Sub Remove ( _
    Index As Object _
)
'Usage
Dim instance As IDTSForEachVariableMappings100 
Dim Index As Object

instance.Remove(Index)
void Remove(
    Object Index
)
void Remove(
    [InAttribute] Object^ Index
)
abstract Remove : 
        Index:Object -> unit
function Remove(
    Index : Object
)

Parameter

  • Index
    Typ: System.Object
    The name, index, ID, or identity of the collection to remove.

Hinweise

For more information, see ForEachVariableMappings.

Siehe auch

Verweis

IDTSForEachVariableMappings100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace