HostOnInputPathAttached 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
Public Sub HostOnInputPathAttached ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
'用途
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
instance.HostOnInputPathAttached(wrapper, _
inputID)
public void HostOnInputPathAttached(
IDTSManagedComponentWrapper100 wrapper,
int inputID
)
public:
virtual void HostOnInputPathAttached(
IDTSManagedComponentWrapper100^ wrapper,
int inputID
) sealed
abstract HostOnInputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
override HostOnInputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
public final function HostOnInputPathAttached(
wrapper : IDTSManagedComponentWrapper100,
inputID : int
)
參數
- inputID
型別:System. . :: . .Int32
實作
IDTSManagedComponentHost100. . :: . .HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)