Propriété MiningModelColumn.Filter
Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Filter As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The DMX filter which is used in selecting the nested table rows.