MiningModelColumn.Filter Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_NestedTable_Filter")]
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))]
public string Filter { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MiningModel_NestedTable_Filter")>]
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))>]
member this.Filter : string with get, set
Public Property Filter As String

Property Value

String

A string containing a DMX filter expression.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

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.

Applies to