Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the event occurred when an output path is attached.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub WrapperOnOutputPathAttached ( _
lOutputID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
instance.WrapperOnOutputPathAttached(lOutputID)
void WrapperOnOutputPathAttached(
int lOutputID
)
void WrapperOnOutputPathAttached(
[InAttribute] int lOutputID
)
abstract WrapperOnOutputPathAttached :
lOutputID:int -> unit
function WrapperOnOutputPathAttached(
lOutputID : int
)
Parameters
- lOutputID
Type: System.Int32
The output path.