Udostępnij przez


MiningModel.Filter Property

Gets or sets the filter expression associated with the mining model.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Deklaracja
<XmlElementAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute(GetType(StringConverter))> _
Public Property Filter As String
[XmlElementAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2008/engine/100/100")] 
[EditorAttribute("Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[DefaultValueAttribute(null)] 
[TypeConverterAttribute(typeof(StringConverter))] 
public string Filter { get; set; }
[XmlElementAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2008/engine/100/100")] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.FilterPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[DefaultValueAttribute(nullptr)] 
[TypeConverterAttribute(typeof(StringConverter))] 
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 that contains the filter expression. For more information about filters that can apply to mining models, see Model Filter Syntax and Examples (Analysis Services - Data Mining).

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.