Поделиться через


Свойство MiningModelColumn.Filter

Gets or sets the filter expression for the mining model column.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute(GetType(StringConverter))> _
Public Property Filter As String 
    Get 
    Set
'Применение
Dim instance As MiningModelColumn 
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 containing a DMX filter expression.

Замечания

The Filter property for the mining model applies to the case table. The Filter property applies to the nested table in a mining column .

См. также

Справочник

MiningModelColumn Класс

Пространство имен Microsoft.AnalysisServices