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