MiningModelColumn.Filter 属性

Gets the filter expression that is associated with a nested table column in a mining model.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property Filter As String 
    Get
用法
Dim instance As MiningModelColumn 
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.

注释

This filter is applied only to the nested table; however, you can also create a filter expression that is applied to the model. For more information, see Filter.

For more information about the syntax for filter expressions used with mining models, see 模型筛选器语法和示例(Analysis Services – 数据挖掘).

请参阅

参考

MiningModelColumn 类

Microsoft.AnalysisServices.AdomdClient 命名空间