IDTSOutput100.IsErrorOut Proprietà

Definizione

public:
 property bool IsErrorOut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool IsErrorOut { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.IsErrorOut : bool with get, set
Public Property IsErrorOut As Boolean

Valore della proprietà

vero se è IDTSOutput100 un errore in uscita; altrimenti, falso. L'impostazione predefinita è false.

Attributi

Commenti

I componenti impostano la proprietà IsErrorOut per indicare che è IDTSOutput100 un output di errore. Quando è vero, i componenti dirigono le righe dall'output dell'errore PipelineBuffer all'output quando si verifica un errore o una troncatura mentre il componente elabora le colonne dell'output.

Si applica a