IDTSBuffer90.DirectRow Method
Sends a row in an IDTSBuffer90 to an IDTSOutput90.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
Sub DirectRow ( _
<InAttribute> hRow As Integer, _
<InAttribute> lOutputID As Integer _
)
void DirectRow (
[InAttribute] int hRow,
[InAttribute] int lOutputID
)
void DirectRow (
[InAttribute] int hRow,
[InAttribute] int lOutputID
)
void DirectRow (
/** @attribute InAttribute() */ int hRow,
/** @attribute InAttribute() */ int lOutputID
)
function DirectRow (
hRow : int,
lOutputID : int
)
Параметры
- hRow
The handle of the row.
- lOutputID
The ID of the IDTSOutput90 object.
Замечания
This method is called by components that contain multiple outputs in the same ExclusionGroup property, and is used to direct a row to a specific output. If DirectRow is not called, the rows in the buffer are sent to all of the outputs in the group.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace