HResults.DTS_E_BUFFERISEOR Field

Definition

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 = -1073450819

Remarks

Called AddRow or RemoveRow on a buffer that has the end of rowset flag.

Applies to