다음을 통해 공유


DTSRowDisposition Enumeration

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
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.

주의

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace