共用方式為


DataQualityMetricThresholdBase Class

Definition

The DataQualityMetricThresholdBase. Please note DataQualityMetricThresholdBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CategoricalDataQualityMetricThreshold and NumericalDataQualityMetricThreshold.

public abstract class DataQualityMetricThresholdBase
type DataQualityMetricThresholdBase = class
Public MustInherit Class DataQualityMetricThresholdBase
Inheritance
DataQualityMetricThresholdBase
Derived

Constructors

DataQualityMetricThresholdBase()

Initializes a new instance of DataQualityMetricThresholdBase.

Properties

ThresholdValue

The threshold value. If null, the set default is dependent on the metric type.

Applies to