MiningModel.Filter Property

Gets the DMX filter which is used in selecting the structure cases used in training the mining model.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property Filter As String 
    Get
'Usage
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

Property Value

Type: String
The DMX filter.

See Also

Reference

MiningModel Class

Microsoft.AnalysisServices.AdomdServer Namespace