MiningModelColumn.IsPredictable-Eigenschaft
Ruft einen Wert ab, der angibt, ob die Spalte vorhersagbar ist.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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
Eigenschaftswert
Typ: Boolean
true, wenn die Spalte vorhersagbar ist, andernfalls false.