HResults.DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS Field

The IsSorted property for "%1" is false, but %2!lu! of its output columns' SortKeyPositions are non-zero.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS
public const int DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS
public:
literal int DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS
static val mutable DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS: int
public const var DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace