TableMiningStructureColumn.FilterComponent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the filter component associated with a TableMiningStructureColumn object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public string FilterComponent { get; set; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property String^ FilterComponent {
    String^ get();
    void set(String^ value);
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member FilterComponent : string with get, set
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public Property FilterComponent As String

Property Value

Type: System.String

The filter component itself.

See Also

TableMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top