Поделиться через


Метод Remove

Removes a ForEachVariableMapping object from the ForEachVariableMappings collection.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    index As Object _
)
'Применение
Dim instance As ForEachVariableMappings
Dim index As Object

instance.Remove(index)
public void Remove(
    Object index
)
public:
void Remove(
    Object^ index
)
member Remove : 
        index:Object -> unit 
public function Remove(
    index : Object
)

Параметры