Поделиться через


Метод IDTSManagedComponentWrapper100.WrapperOnInputPathAttached

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the event occurred when an input path is attached.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Sub WrapperOnInputPathAttached ( _
    lInputID As Integer _
)
'Применение
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
)

Параметры

См. также

Справочник

IDTSManagedComponentWrapper100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper