Propriedade do RDL MiningModelColumn.Filter
Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property Filter As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The DMX filter which is used in selecting the nested table rows.