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