IDTSInput100.ErrorOrTruncationOperation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,這個字串會指定處理資料列時可能發生的錯誤或截斷類型 PipelineBuffer 。
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 資料列時可能發生的錯誤或截斷類型。
- 屬性
備註
這個選擇性屬性會由元件開發人員填入,以通知使用者在執行期間處理資料列時可能發生的錯誤或截斷類型。
這個屬性會與和屬性搭配使用 ErrorRowDisposition TruncationRowDisposition ,而且會在包含屬性為之物件的元件上設定, IDTSOutput100 IsErrorOut true 且 UsesDispositions 屬性為 true 。