Partager via


Propriété Filter

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

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

Syntaxe

'Déclaration
<TypeConverterAttribute(GetType(StringConverter))> _
Public Property Filter As String
    Get
    Set
'Utilisation
Dim instance As MiningModel
Dim value As String

value = instance.Filter

instance.Filter = value
[TypeConverterAttribute(typeof(StringConverter))]
public string Filter { get; set; }
[TypeConverterAttribute(typeof(StringConverter))]
public:
property String^ Filter {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute(typeof(StringConverter))>]
member Filter : string with get, set
function get Filter () : String
function set Filter (value : String)

Valeur de propriété

Type : System. . :: . .String
A String that contains the filter expression. For more information about filters that can apply to mining models, see Syntaxe de filtre de modèle et exemples (Analysis Services - Exploration de données).