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.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<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)
Valeur de propriété
A value from the DTSRowDisposition enumeration.
Notes
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.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDTSInput90 Interface
IDTSInput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace