IDTSOutput100.IsErrorOut Proprietà

Definizione

Ottiene o imposta un valore che indica se un IDTSOutput100 oggetto è un output di errore.

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. Il valore predefinito è false.

Attributi

Commenti

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

Si applica a