Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the filter expression that is associated with a nested table column in a mining model.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Filter As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A valid DMX expression.
Hinweise
This filter is applied only to the nested table; however, you can also create a filter expression that is applied to the model. For more information, see Filter.
For more information about the syntax for filter expressions used with mining models, see Modellfiltersyntax und Beispiele (Analysis Services - Data Mining).