IDTSInput90.ErrorRowDisposition Property

Gets or sets a value from a DTSRowDisposition enumeration that specifies how the component will handle error conditions that occur when processing a row from a PipelineBuffer object.

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

Syntax

'Declaration
<DispIdAttribute(113)> _
Property ErrorRowDisposition As DTSRowDisposition
[DispIdAttribute(113)] 
DTSRowDisposition ErrorRowDisposition { get; set; }
[DispIdAttribute(113)] 
property DTSRowDisposition ErrorRowDisposition {
    DTSRowDisposition get ();
    void set ([InAttribute] DTSRowDisposition peDisposition);
}
/** @property */
/** @attribute DispIdAttribute(113) */ 
DTSRowDisposition get_ErrorRowDisposition ()

/** @property */
/** @attribute DispIdAttribute(113) */ 
void set_ErrorRowDisposition (/** @attribute InAttribute() */ DTSRowDisposition peDisposition)
DispIdAttribute(113) 
function get ErrorRowDisposition () : DTSRowDisposition

DispIdAttribute(113) 
function set ErrorRowDisposition (peDisposition : DTSRowDisposition)

Eigenschaftswert

A value from the DTSRowDisposition enumeration.

Hinweise

When an error occurs during execution, components evaluate this property to determine how to proceed. If RD_RedirectRow is specified, the row is directed to the error output.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSInput90 Interface
IDTSInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace