MiningModel.Filter Property

Definition

Gets or sets the filter expression associated with the mining model.

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

Property Value

String

The filter expression.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Remarks

For more information about filters that can apply to mining models, see Model Filter Syntax and Examples (Analysis Services - Data Mining).

Applies to