HResults.DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES Field

Definition

The aggregate component encountered too many distinct values while calculating the count distinct aggregate. It cannot accommodate more than %1!u! distinct values. There were more than ULONG_MAX distinct values while calculating the count distinct aggregation.

public: int DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES = -1071607592;
public const int DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES = -1071607592;
val mutable DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES : int
Public Const DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES As Integer  = -1071607592

Field Value

Value = -1071607592

Applies to