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


Свойство Filter

Returns the filter expression that is associated with the model.

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

Синтаксис

'Декларация
Public ReadOnly Property Filter As String
    Get
'Применение
Dim instance As MiningModel
Dim value As String

value = instance.Filter
public string Filter { get; }
public:
property String^ Filter {
    String^ get ();
}
member Filter : string
function get Filter () : String

Значение свойства

Тип: System. . :: . .String
A String that contains a valid DMX expression.

Замечания

If the model includes a nested table column, you can create a filter expression that applies only to the nested table. For more information, see Filter.

For more information about the syntax for filter expressions used with mining models, see Синтаксис и примеры фильтра модели (службы Analysis Services — интеллектуальный анализ данных).