IDTSInputColumn100.ErrorOrTruncationOperation Propiedad

Definición

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

Una cadena que contiene el texto que describe la operación que se está realizando cuando ocurre un error o truncamiento durante la ejecución del paquete.

Atributos

Comentarios

Esta propiedad describe la operación que se realiza cuando ocurren errores o truncamientos en tiempo de ejecución mientras el componente procesa la columna de entrada. Solo se establece cuando el componente tiene un IDTSOutput100 objeto cuya IsErrorOut propiedad es verdadera.

Se aplica a