PipelineComponent::DescribeRedirectedErrorCode Method (Int32)
Provides error code information for a PipelineBuffer row added to an output buffer.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- iErrorCode
-
Type:
System::Int32
The error code that is described.
The DescribeRedirectedErrorCode method returns the error descriptions for an error code that a component is sending to an error output. All other error codes should return DTS_E_NOERRORDESCFORCOMPONENT, indicating that the component does not know this error code. For more information, see Using Error Outputs in a Data Flow Component.
Show: