MiningModel.Filter 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<TypeConverterAttribute(GetType(StringConverter))> _
Public Property Filter As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The filter expression.

備註

For more information about filters that can apply to mining models, see 模型篩選語法和範例 (Analysis Services - 資料採礦).

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices 命名空間