Propriété Filter

Returns the filter expression that is associated with the model.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Filter As String
    Get
'Utilisation
Dim instance As MiningModel
Dim value As String

value = instance.Filter
public string Filter { get; }
public:
property String^ Filter {
    String^ get ();
}
member Filter : string
function get Filter () : String

Valeur de propriété

Type : System. . :: . .String
A String that contains a valid DMX expression.

Notes

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 Syntaxe de filtre de modèle et exemples (Analysis Services - Exploration de données).