IDTSOutput100.TruncationRowDisposition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that determines how a component processes a row where a column has been truncated as a result of its operation on a column in the row.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(116)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(116)] get; [System.Runtime.InteropServices.DispId(116)] set; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
[<set: System.Runtime.InteropServices.DispId(116)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition
Property Value
A value from the DTSRowDisposition enumeration.
- Attributes
Remarks
This property is set when the IsErrorOut property is true
. Components evaluate this property when a truncation occurs while processing the columns in the output at run time. The component proceeds based on the setting of this property.