Share via


MiningModelColumn.IsPredictable Property

Determines whether the column is predictable.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property IsPredictable As Boolean
    Get
'Usage
Dim instance As MiningModelColumn
Dim value As Boolean

value = instance.IsPredictable
public bool IsPredictable { get; }
public:
property bool IsPredictable {
    bool get ();
}
member IsPredictable : bool
function get IsPredictable () : boolean

Property Value

Type: System.Boolean
True if the column is predictable; false otherwise.