IDTSOutput100.IsErrorOut Proprietà

Definizione

Ottiene o imposta un valore che indica se un oggetto IDTSOutput100 corrisponde a un output degli errori.

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 IsErrorOut proprietà per indicare che IDTSOutput100 è un output degli errori. Quando true, i componenti indirizzano le righe dall'oggetto PipelineBuffer all'output degli errori quando si verifica un errore o un troncamento quando il componente elabora le colonne nell'output.

Si applica a