MiningModel.Filter 속성
Gets the filter expression that is associated with the model.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public ReadOnly Property Filter As String
Get
‘사용 방법
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
속성 값
유형: System.String
A valid DMX expression.
주의
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 모델 필터 구문 및 예(Analysis Services - 데이터 마이닝).