Freigeben über


IDTSOutput100.ErrorRowDisposition-Eigenschaft

Gets or sets a value that specifies how a component proceeds when an error occurs while processing the columns in the output at run time.

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 IDTSOutput100 
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 the IsErrorOut property is true. Components evaluate this property when an error occurs while processing the columns in the output at run time, and proceed based on the value of the property.

Siehe auch

Verweis

IDTSOutput100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace