ErrorRowDisposition 屬性
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 (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Property ErrorRowDisposition As DTSRowDisposition
Get
Set
'用途
Dim instance As IDTSInput100
Dim value As DTSRowDisposition
value = instance.ErrorRowDisposition
instance.ErrorRowDisposition = value
DTSRowDisposition ErrorRowDisposition { get; set; }
property DTSRowDisposition ErrorRowDisposition {
DTSRowDisposition get ();
void set (DTSRowDisposition value);
}
abstract ErrorRowDisposition : DTSRowDisposition with get, set
function get ErrorRowDisposition () : DTSRowDisposition
function set ErrorRowDisposition (value : DTSRowDisposition)
屬性值
型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .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.