IDTSOutput100.IsErrorOut 屬性

定義

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

屬性值

若 為IDTSOutput100錯誤輸出,則為 true;否則為 false。 預設值為 false

屬性

備註

元件設定 IsErrorOut 屬性表示 是 IDTSOutput100 錯誤輸出。 當 元件處理輸出欄位時,當發生錯誤或截斷時,元件會將資料列從 導 PipelineBuffer 向錯誤輸出。

適用於