MiningModel.Filter Property

 

Gets the filter expression that is associated with the model.

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

Syntax

public string Filter { get; }
public:
property String^ Filter {
    String^ get();
}
member Filter : string with get
Public ReadOnly Property Filter As String

Property Value

Type: System.String

A valid DMX expression.

Remarks

If the model includes a nested table column, you can create a filter expression that applies only to the nested table. For more information, see Filter.

For more information about the syntax for filter expressions used with mining models, see Model Filter Syntax and Examples (Analysis Services - Data Mining).

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top