Compartilhar via


Propriedade do RDL MiningModel.Filter

Gets the filter expression that is associated with the model.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property Filter As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A valid DMX expression.

Comentários

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 Sintaxe de filtro de modelo e exemplos (Analysis Services - Mineração de dados).

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdClient