Compartir a través de


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.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

A value from the DTSRowDisposition enumeration.

Notas

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.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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