Partager via


Propriété MiningModelColumn.IsPredictable

Obtient une valeur qui indique si la colonne est prédictible.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsPredictable As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : Boolean
True si la colonne est prédictible ; sinon False.

Voir aussi

Référence

MiningModelColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer