MiningModelColumn.Filter Property

Gets or sets the filter expression for the mining model column.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[TypeConverterAttribute(typeof(StringConverter))]
public string Filter { get; set; }

Property Value

Type: System.String
A string containing a DMX filter expression.

Remarks

The Filter property for the mining model applies to the case table. The Filter property applies to the nested table in a mining column .

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices Namespace