Compartir a través de


MiningModelColumn.IsPredictable Propiedad

Gets a value that indicates whether the column is predictable.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsPredictable As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the column is predictable; otherwise, false.

Vea también

Referencia

MiningModelColumn Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient