Share via


DTSRowDisposition Enumeration

Specifies how to proceed if an error or truncation occurs while processing a row.

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

Syntax

'Declaration
Public Enumeration DTSRowDisposition
public enum DTSRowDisposition
public enum class DTSRowDisposition
public enum DTSRowDisposition
public enum DTSRowDisposition

Members

Member name Description
RD_FailComponent Specifies that the component will fail to execute.
RD_IgnoreFailure Specifies that the component will ignore the failure and continue.
RD_NotUsed Specifies that error row processing is not used.
RD_RedirectRow Specifies that the row that contains the error is redirected to the error output.

Hinweise

The ErrorRowDisposition property of the IDTSInput90, IDTSOutput90, IDTSInputColumn90, and IDTSOutputColumn90 objects contains a value from this enumeration that specifies how to proceed if an error or truncation occurs when processing a row.

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

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace