共用方式為


IDTSOutput90.SynchronousInputID Property

Gets or sets the ID of an IDTSInput90 that is synchronous to an IDTSOutput90.

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
<DispIdAttribute(102)> _
Property SynchronousInputID As Integer
[DispIdAttribute(102)] 
int SynchronousInputID { get; set; }
[DispIdAttribute(102)] 
property int SynchronousInputID {
    int get ();
    void set ([InAttribute] int plSynchronousInputID);
}
/** @property */
/** @attribute DispIdAttribute(102) */ 
int get_SynchronousInputID ()

/** @property */
/** @attribute DispIdAttribute(102) */ 
void set_SynchronousInputID (/** @attribute InAttribute() */ int plSynchronousInputID)
DispIdAttribute(102) 
function get SynchronousInputID () : int

DispIdAttribute(102) 
function set SynchronousInputID (plSynchronousInputID : int)

屬性值

The ID of the IDTSInput90 object that is synchronous to the IDTSOutput90 object. The default ID is 0.

備註

If the SynchronousInputID property is zero, the output is asynchronous. This means that the component developer must add the rows that the component receives in the input buffer that is received in the ProcessInput method to the output buffer that was received during PrimeOutput.

Conversely, if SynchronousInputID contains the ID of an IDTSInput90 object, PrimeOutput is not called for the component, and the data flow task automatically adds the rows from the input buffer to the output buffer of the component.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IDTSOutput90 Interface
IDTSOutput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace