HResults.DTS_E_BUFFERISEOR 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_BUFFERISEOR MessageText: This buffer represents the end of the rowset and its row count cannot be altered. An attempt was made to call AddRow or RemoveRow on a buffer that has the end of rowset flag.
public: int DTS_E_BUFFERISEOR = -1073450819;
public const int DTS_E_BUFFERISEOR = -1073450819;
val mutable DTS_E_BUFFERISEOR : int
Public Const DTS_E_BUFFERISEOR As Integer = -1073450819
Field Value
Value = -1073450819Remarks
Called AddRow or RemoveRow on a buffer that has the end of rowset flag.