Partager via


Filter propriété

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

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

Syntaxe

'Déclaration
<TypeConverterAttribute(GetType(StringConverter))> _
Public Property Filter As String
    Get
    Set
'Utilisation
Dim instance As MiningModelColumn
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 la propriété

Type : System. . :: . .String
A string containing a DMX filter expression.

Notes

The Filter property for the mining model applies to the case table. The Filter property applies to the nested table in a mining column .