IDTSInputColumn100.TruncationRowDisposition 屬性

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(130)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(130)] get; [System.Runtime.InteropServices.DispId(130)] set; }
[<System.Runtime.InteropServices.DispId(130)>]
[<get: System.Runtime.InteropServices.DispId(130)>]
[<set: System.Runtime.InteropServices.DispId(130)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

屬性值

這是DTSRowDisposition列舉中的一個數值。

屬性

備註

截斷行處置特性指定了當元件處理欄位時,輸入欄位的資料被截斷時,該元件會採取的動作。

若RD_RedirectRow指定,則透過呼叫 DirectErrorRow 方法,將包含截斷輸入欄位的緩衝區列導向錯誤輸出。

適用於