HResults.DTS_E_BUFFERMAXROWSIZEOUTOFRANGE Field

Definition

MessageId: DTS_E_BUFFERMAXROWSIZEOUTOFRANGE MessageText: The default buffer maximum rows must be larger than %1!d! rows. An attempt was made to set the DefaultBufferMaxRows property to a value that is too small.

public: int DTS_E_BUFFERMAXROWSIZEOUTOFRANGE = -1073450797;
public const int DTS_E_BUFFERMAXROWSIZEOUTOFRANGE = -1073450797;
val mutable DTS_E_BUFFERMAXROWSIZEOUTOFRANGE : int
Public Const DTS_E_BUFFERMAXROWSIZEOUTOFRANGE As Integer  = -1073450797

Field Value

Value = -1073450797

Remarks

An attempt was made to set the DefaultBufferMaxRows property to a value that is too small.

Applies to