Свойство MiningModelColumn.Filter

Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.

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

Синтаксис

'Декларация
Public ReadOnly Property Filter As String 
    Get
'Применение
Dim instance As MiningModelColumn 
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
The DMX filter which is used in selecting the nested table rows.

См. также

Справочник

MiningModelColumn Класс

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