Freigeben über


MiningAttribute.IsPredictable-Eigenschaft

Bestimmt, ob dieses Attribut vorhersagbar ist.

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

Syntax

'Declaration
Public ReadOnly Property IsPredictable As Boolean 
    Get
'Usage
Dim instance As MiningAttribute 
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 es sich hierbei um ein vorhersagbares Attribut handelt, andernfalls false.

Siehe auch

Verweis

MiningAttribute Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace