IDTSOutput100.TruncationRowDisposition Propiedad

Definición

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(116)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

Valor de propiedad

Un valor de la enumeración DTSRowDisposition.

Atributos

Comentarios

Esta propiedad se establece cuando la propiedad IsErrorOut es true. Los componentes evalúan esta propiedad cuando se produce un truncamiento mientras se procesan las columnas de la salida en tiempo de ejecución. El componente continúa en función del valor de esta propiedad.

Se aplica a