Freigeben über


IDTSInputColumn100.ErrorRowDisposition-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property ErrorRowDisposition As DTSRowDisposition 
    Get 
    Set
'Usage
Dim instance As IDTSInputColumn100 
Dim value As DTSRowDisposition 

value = instance.ErrorRowDisposition

instance.ErrorRowDisposition = value
DTSRowDisposition ErrorRowDisposition { get; set; }
property DTSRowDisposition ErrorRowDisposition {
    DTSRowDisposition get ();
    void set (DTSRowDisposition value);
}
abstract ErrorRowDisposition : DTSRowDisposition with get, set
function get ErrorRowDisposition () : DTSRowDisposition 
function set ErrorRowDisposition (value : DTSRowDisposition)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition
A value from the DTSRowDisposition enumeration.

Hinweise

This property is set when a component that contains the input column has an IDTSOutput100 whose IsErrorOut property is true. Components evaluate this property when an error occurs while processing the input column and proceed based on the value of the property. If RD_RedirectRow is specified, the buffer row that contains the column is directed to the error output. For more information about error outputs, see Verwenden von Fehlerausgaben in einer Datenflusskomponente.

Siehe auch

Verweis

IDTSInputColumn100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace