HResults.DTS_I_TXAGG_COUNTDISTINCT_REHASH Field

Definition

The Aggregate transformation has encountered %1!d! distinct values while performing a "count distinct" aggregation on "%2". The transformation will re-hash data because the number of distinct values is more than expected. The component can be configured to avoid data re-hash by adjusting the CountDistinctKeys, CountDistinctKeyScale, and AutoExtendFactor properties.

public: int DTS_I_TXAGG_COUNTDISTINCT_REHASH = 1075876059;
public const int DTS_I_TXAGG_COUNTDISTINCT_REHASH = 1075876059;
val mutable DTS_I_TXAGG_COUNTDISTINCT_REHASH : int
Public Const DTS_I_TXAGG_COUNTDISTINCT_REHASH As Integer  = 1075876059

Field Value

Value = 1075876059

Applies to