HResults.DTS_E_BUFFERISNOTPRIMEOUTPUT Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = -1073446878Remarks
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.