IDTSOutputColumn100.TruncationRowDisposition Property

Definition

Gets or sets a value that specifies how a component proceeds when a truncation occurs while processing an output column at runtime.

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 of the IDTSOutput100 that contains the column is true. When a truncation error occurs while processing the output column, the component that contains the output column evaluates this property and proceeds based on its value.

Applies to