ProfileRequestThresholdSetting Enumeration
The ProfileRequestThresholdSetting enumeration provides options for the behavior of threshold values for the various profiling tasks in SQL Server Integration Services.
Enumeration Values
Name | Summary |
---|---|
Exact | Specifies that the profile operation must be completely satisfied in order to satisfy the threshold. There can be no instances that fail to satisfy the profile. |
None | Specifies that all data will be reported and that there is no reporting threshold. |
Specified | Specifies that a specific threshold will be provided in another property that will determine when reporting should take place. |