MiningModelColumn.Filter Property
Gets or sets the filter expression for the mining model column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<TypeConverterAttribute(GetType(StringConverter))> _
<DefaultValueAttribute(Nothing)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")> _
Public Property Filter As String
[TypeConverterAttribute(typeof(StringConverter))]
[DefaultValueAttribute(null)]
[EditorAttribute("Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")]
public string Filter { get; set; }
[TypeConverterAttribute(typeof(StringConverter))]
[DefaultValueAttribute(nullptr)]
[EditorAttribute(L"Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))]
[XmlElementAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2008/engine/100/100")]
public:
property String^ Filter {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Filter ()
/** @property */
public void set_Filter (String value)
public function get Filter () : String
public function set Filter (value : String)
Property Value
A string containing a DMX filter expression.
Remarks
The Filter property for the mining model applies to the case table. The Filter property applies to the nested table in a mining column .
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also