IDTSOutput100.IsErrorOut 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 向錯誤輸出。