Condividi tramite


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à

true se è IDTSOutput100 un output di errore; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

I componenti impostano la proprietà IsErrorOut per indicare che IDTSOutput100 è un output di errore. Se true, i componenti indirizzano le righe dall'output PipelineBuffer all'output dell'errore quando si verifica un errore o un troncamento quando il componente elabora le colonne nell'output.

Si applica a