Condividi tramite


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.

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

Sintassi

'Dichiarazione
<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)

Valore proprietà

A value from the DTSRowDisposition enumeration.

Osservazioni

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.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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