IDTSOutput100.ErrorOrTruncationOperation Propiedad

Definición

Obtiene o establece un texto que describe el error o la operación de truncamiento de un objeto IDTSOutput100.

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

Valor de propiedad

Cadena que describe el tipo de operación de error o truncamiento de un IDTSOutput100 objeto.

Atributos

Comentarios

Esta propiedad describe los errores o truncamientos que pueden producirse en tiempo de ejecución, ya que el componente está procesando las columnas de la salida. Se establece en salidas cuya IsErrorOut propiedad es true.

Se aplica a