Метод OnOutputPathAttached
Called when an IDTSOutput100 object of the component is attached to a downstream component.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Overridable Sub OnOutputPathAttached ( _
outputID As Integer _
)
'Применение
Dim instance As PipelineComponent
Dim outputID As Integer
instance.OnOutputPathAttached(outputID)
public virtual void OnOutputPathAttached(
int outputID
)
public:
virtual void OnOutputPathAttached(
int outputID
)
abstract OnOutputPathAttached :
outputID:int -> unit
override OnOutputPathAttached :
outputID:int -> unit
public function OnOutputPathAttached(
outputID : int
)
Параметры
- outputID
Тип System. . :: . .Int32
The ID of the IDTSOutput100 object.