IDTSInput100.ErrorOrTruncationOperation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(115)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String
屬性值
處理資料 PipelineBuffer 列時可能發生的錯誤或截斷類型。
- 屬性
備註
這個可選屬性由元件開發人員填入,用以告知使用者在執行時處理資料列時可能發生的錯誤或截斷類型。
此性質與 和 TruncationRowDisposition 屬性結合ErrorRowDisposition使用,並設置於包含IDTSOutput100物件且該IsErrorOut性質為真UsesDispositions且為真的元件上。