Bagikan melalui


IDTSOutput100.ErrorRowDisposition Property

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)

Property Value

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

Remarks

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.

See Also

Reference

IDTSOutput100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace