Proprietà MiningModelColumn.Filter
Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Filter As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The DMX filter which is used in selecting the nested table rows.