Proprietà MiningModelColumn.IsPredictable
Gets a value that indicates whether the column is predictable.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsPredictable As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the column is predictable; otherwise, false.