共用方式為


Filter 屬性

Returns 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 String that contains 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 - 資料採礦).