IDTSOutputColumn100.ErrorRowDisposition Propiedad

Definición

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

Valor de propiedad

Valor de la DTSRowDisposition enumeración.

Atributos

Comentarios

Esta propiedad se establece cuando la IsErrorOut propiedad es verdadera. Los componentes evalúan esta propiedad cuando ocurre un error durante el procesamiento de la columna de salida en tiempo de ejecución, y proceden basándose en el valor de la propiedad.

Se aplica a