IDTSOutput100.SynchronousInputID Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el identificador de una interfaz IDTSInput100 que es sincrónica con una interfaz IDTSOutput100.
public:
property int SynchronousInputID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(102)]
public int SynchronousInputID { [System.Runtime.InteropServices.DispId(102)] get; [System.Runtime.InteropServices.DispId(102)] set; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
[<set: System.Runtime.InteropServices.DispId(102)>]
member this.SynchronousInputID : int with get, set
Public Property SynchronousInputID As Integer
Valor de propiedad
El identificador del objeto IDTSInput100 que es sincrónico con el objeto IDTSOutput100. El identificador predeterminado es 0.
- Atributos
Comentarios
Si la SynchronousInputID propiedad es cero, la salida es asincrónica. Esto significa que el desarrollador de componentes debe agregar las filas que recibe el componente en el búfer de entrada que se recibe en el ProcessInput método al búfer de salida que se recibió durante PrimeOutput.
Por el contrario, si SynchronousInputID contiene el identificador de un IDTSInput100 objeto, PrimeOutput no se llama al componente y la tarea flujo de datos agrega automáticamente las filas del búfer de entrada al búfer de salida del componente.