WrapperOnInputPathAttached-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub WrapperOnInputPathAttached ( _
lInputID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.WrapperOnInputPathAttached(lInputID)
void WrapperOnInputPathAttached(
int lInputID
)
void WrapperOnInputPathAttached(
[InAttribute] int lInputID
)
abstract WrapperOnInputPathAttached :
lInputID:int -> unit
function WrapperOnInputPathAttached(
lInputID : int
)
Parameter
- lInputID
Typ: System. . :: . .Int32