Share via


IDTSOutputColumn100.ErrorRowDisposition Propiedad

Definición

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition ErrorRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(115)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition ErrorRowDisposition { [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.ErrorRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSRowDisposition with get, set
Public Property ErrorRowDisposition As DTSRowDisposition

Valor de propiedad

Un valor de la enumeración DTSRowDisposition.

Atributos

Comentarios

Esta propiedad se establece cuando la IsErrorOutpropiedad f es true. Los componentes evalúan esta propiedad cuando se produce un error al procesar la columna de salida en tiempo de ejecución y continúan en función del valor de la propiedad.

Se aplica a