Compartilhar via


Propriedade do RDL MiningModelColumn.IsPredictable

Gets a value that indicates whether the column is predictable.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MiningModelColumn Classe

Namespace Microsoft.AnalysisServices.AdomdServer