IDTSInput100.ErrorRowDisposition 속성

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.

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

구문

‘선언
Property ErrorRowDisposition As DTSRowDisposition 
    Get 
    Set
‘사용 방법
Dim instance As IDTSInput100 
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)

속성 값

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

주의

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.

참고 항목

참조

IDTSInput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스