IDTSOutputColumn100.ErrorOrTruncationOperation Proprietà

Definizione

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

Valore della proprietà

Valore String contenente il testo che descrive l'operazione eseguita quando si verifica un errore o un troncamento durante l'esecuzione del pacchetto.

Attributi

Commenti

Questa proprietà descrive l'operazione che viene eseguita quando si verificano errori o troncamenti in fase di esecuzione quando il componente elabora la colonna di output. Viene impostato solo quando il componente ha un IDTSOutput100 oggetto la cui IsErrorOut proprietà è true.

Si applica a