Udostępnij za pośrednictwem


Metoda PipelineComponent.OnOutputPathAttached

Kiedy nazywany IDTSOutput100 składnika jest dołączony obiekt składnika niższego rzędu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Overridable Sub OnOutputPathAttached ( _
    outputID As Integer _
)
'Użycie
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
)

Parametry