Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the filter expression that is associated with the model.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A valid DMX expression.
Comentarios
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 Sintaxis y ejemplos del filtro de modelos (Analysis Services: Minería de datos).