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.

命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

语法

声明
<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)

属性值

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.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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