IDTSInput100.ErrorOrTruncationOperation Propiedad

Definición

public:
 property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(115)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String

Valor de propiedad

Tipos de errores o truncamientos que pueden producirse al procesar una fila PipelineBuffer durante la ejecución.

Atributos

Comentarios

Los desarrolladores de componentes rellenan esta propiedad opcional para informar a los usuarios de los tipos de errores o truncamientos que pueden producirse durante el procesamiento de filas durante la ejecución.

Esta propiedad se usa junto con las ErrorRowDisposition propiedades y TruncationRowDisposition , y se establece en componentes que contienen un IDTSOutput100 objeto cuya IsErrorOut propiedad es true y la UsesDispositions propiedad es true.

Se aplica a