Share via


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
A String that contains the filter expression. For more information about filters that can apply to mining models, see 모델 필터 구문 및 예(Analysis Services - 데이터 마이닝).