Share via


HResults.DTS_I_TXAGG_COUNTDISTINCT_REHASH Campo

Definición

La transformación Agregado ha encontrado %1!d! valores distintos al ejecutar una agregación "Count Distinct" en "%2". La transformación volverá a aplicar el algoritmo hash a los datos porque el número de valores distintos es superior al esperado. Es posible configurar el componente para evitar tener que volver a aplicar el algoritmo hash a los datos, mediante el ajuste de las propiedades CountDistinctKeys, CountDistinctKeyScale y AutoExtendFactor.

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

Valor de campo

Value = 1075876059

Se aplica a