Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Deletes every IDTSPath100 object in a collection.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Sub RemoveAll
'Применение
Dim instance As IDTSPathCollection100
instance.RemoveAll()
void RemoveAll()
void RemoveAll()
abstract RemoveAll : unit -> unit
function RemoveAll()
Замечания
Clearing the collection does not delete the IDTSOutput100 and IDTSInput100 objects represented by the StartPoint and EndPoint properties; instead, it disconnects the flow of data between the components.
The component sourcing the IDTSInput100 object is notified of the deletion of the path through the OnInputPathDetached method. This allows the component to remove the IDTSInputColumn100 objects from the collection because they no longer represent the columns of the upstream component.