HResults.DTS_E_BUFFERISNOTPRIMEOUTPUT Field

Definition

MessageId: DTS_E_BUFFERISNOTPRIMEOUTPUT MessageText: The method was called on the wrong buffer. Buffers that are not used for component output do not support this operation.

public: int DTS_E_BUFFERISNOTPRIMEOUTPUT = -1073446878;
public const int DTS_E_BUFFERISNOTPRIMEOUTPUT = -1073446878;
val mutable DTS_E_BUFFERISNOTPRIMEOUTPUT : int
Public Const DTS_E_BUFFERISNOTPRIMEOUTPUT As Integer  = -1073446878

Field Value

Value = -1073446878

Remarks

A method was called on a buffer that is not the right buffer. For example, a call to SetEndOfRowset on a private buffer was executed.

Applies to