IDTSOutput90.ErrorRowDisposition Property
Gets or sets a value that specifies how a component proceeds when an error occurs while processing the columns in the output at run time.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<DispIdAttribute(115)> _
Property ErrorRowDisposition As DTSRowDisposition
[DispIdAttribute(115)]
DTSRowDisposition ErrorRowDisposition { get; set; }
[DispIdAttribute(115)]
property DTSRowDisposition ErrorRowDisposition {
DTSRowDisposition get ();
void set ([InAttribute] DTSRowDisposition peDisposition);
}
/** @property */
/** @attribute DispIdAttribute(115) */
DTSRowDisposition get_ErrorRowDisposition ()
/** @property */
/** @attribute DispIdAttribute(115) */
void set_ErrorRowDisposition (/** @attribute InAttribute() */ DTSRowDisposition peDisposition)
DispIdAttribute(115)
function get ErrorRowDisposition () : DTSRowDisposition
DispIdAttribute(115)
function set ErrorRowDisposition (peDisposition : DTSRowDisposition)
Значение свойства
A value from the DTSRowDisposition enumeration.
Замечания
This property is set when the IsErrorOut property is true. Components evaluate this property when an error occurs while processing the columns in the output at run time, and proceed based on the value of the property.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSOutput90 Interface
IDTSOutput90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace