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


CManagedComponentWrapperClass.OnDeletingInputColumn Method

Called when an IDTSInputColunn90 object is being deleted from an IDTSInputColumnCollection90 of the component.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
<DispIdAttribute(15)> _
Public Overridable Sub OnDeletingInputColumn ( _
    <InAttribute> lInputID As Integer, _
    <InAttribute> lInputColumnID As Integer _
) Implements IDTSDesigntimeComponent90.OnDeletingInputColumn
[DispIdAttribute(15)] 
public virtual void IDTSDesigntimeComponent90.OnDeletingInputColumn (
    [InAttribute] int lInputID,
    [InAttribute] int lInputColumnID
)
[DispIdAttribute(15)] 
public:
virtual void OnDeletingInputColumn (
    [InAttribute] int lInputID, 
    [InAttribute] int lInputColumnID
) = IDTSDesigntimeComponent90::OnDeletingInputColumn
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

Замечания

This method is called when an input column is being removed from an IDTSInput90 of the component. It should not be called directly by developers who are programmatically editing a component.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

CManagedComponentWrapperClass Class
CManagedComponentWrapperClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace