IDTSInputColumn100.ErrorOrTruncationOperation Propiedad

Definición

Obtiene o establece una cadena que describe la operación que tiene lugar cuando se produce un error o truncamiento.

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

Valor de propiedad

Cadena que contiene el texto que describe la operación que tiene lugar cuando se produce un error o truncamiento durante la ejecución del paquete.

Atributos

Comentarios

Esta propiedad describe la operación que tiene lugar cuando se producen errores o truncamientos en tiempo de ejecución, ya que el componente está procesando la columna de entrada. Solo se establece cuando el componente tiene un IDTSOutput100 objeto cuya IsErrorOut propiedad es true.

Se aplica a