Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property ErrorRowDisposition As DTSRowDisposition
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition
A value from the DTSRowDisposition enumeration.
Remarks
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.