HResults.DTS_E_RAWTOOMANYCOLUMNS Field

Definition

MessageId: DTS_E_RAWTOOMANYCOLUMNS MessageText: The source file is not valid. The source file is returning a count of more than 131,072 columns. This usually occurs when the source file is not produced by the raw file destination.

public: int DTS_E_RAWTOOMANYCOLUMNS = -1071636277;
public const int DTS_E_RAWTOOMANYCOLUMNS = -1071636277;
val mutable DTS_E_RAWTOOMANYCOLUMNS : int
Public Const DTS_E_RAWTOOMANYCOLUMNS As Integer  = -1071636277

Field Value

Value = -1071636277

Applies to