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 – 数据挖掘).