Compartir a través de


IDTSOutput90.SynchronousInputID Property

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

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

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

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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