CManagedComponentWrapperClass.DeleteOutputColumn Method
Deletes an IDTSOutputColumn90 object from the IDTSOutputColumnCollection90 collection of the component.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(14)> _
Public Overridable Sub DeleteOutputColumn ( _
<InAttribute> lOutputID As Integer, _
<InAttribute> lOutputColumnID As Integer _
) Implements IDTSDesigntimeComponent90.DeleteOutputColumn
[DispIdAttribute(14)]
public virtual void IDTSDesigntimeComponent90.DeleteOutputColumn (
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID
)
[DispIdAttribute(14)]
public:
virtual void DeleteOutputColumn (
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID
) = IDTSDesigntimeComponent90::DeleteOutputColumn
J# поддерживает использование явных реализаций интерфейса, но не объявление новых.
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- lOutputID
The ID of the IDTSOutput90 that contains the IDTSOutputColumn90 to delete.
- lOutputColumnID
The ID of the IDTSOutputColumn90 to delete.
Замечания
Call this method to delete an IDTSOutputColumn90 from the OutputColumnCollection of the specified output object.
Синхронизация потоков
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