HResults.DTS_E_INPUTMUSTBESORTED 字段

定义

MessageId: DTS_E_INPUTMUSTBESORTED MessageText: “%1!s!” 必须排序。 如果可能,请在源中对数据进行排序,并将数据标记为排序,方法是在高级编辑器中设置 IsSorted 和 SortKeyPosition 属性。 否则,在合并之前将排序转换添加到路径。

public: int DTS_E_INPUTMUSTBESORTED = -1071636305;
public const int DTS_E_INPUTMUSTBESORTED = -1071636305;
val mutable DTS_E_INPUTMUSTBESORTED : int
Public Const DTS_E_INPUTMUSTBESORTED As Integer  = -1071636305

字段值

Value = -1071636305

适用于