HResults.DTS_E_DIRECTTONONERROROUTPUT Field

Definition

MessageId: DTS_E_DIRECTTONONERROROUTPUT MessageText: The buffer manager attempted to push an error row to an output that was not registered as an error output. There was a call to DirectErrorRow on an output that does not have the IsErrorOut property set to TRUE.

public: int DTS_E_DIRECTTONONERROROUTPUT = -1073446892;
public const int DTS_E_DIRECTTONONERROROUTPUT = -1073446892;
val mutable DTS_E_DIRECTTONONERROROUTPUT : int
Public Const DTS_E_DIRECTTONONERROROUTPUT As Integer  = -1073446892

Field Value

Value = -1073446892

Applies to