IDTSInput100.ErrorRowDisposition Proprietà

Definizione

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

Valore della proprietà

DTSRowDisposition

Valore ricavato dall'enumerazione DTSRowDisposition.

Attributi

Commenti

Quando si verifica un errore durante l'esecuzione, i componenti valutano questa proprietà per determinare come procedere. Se RD_RedirectRow viene specificato, la riga viene indirizzata all'output degli errori.

Si applica a