Метод ManagedComponentHost.HostOnOutputPathAttached
Этот 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)