Propriedade do RDL MiningAttribute.IsPredictable
Determina se este atributo é previsível.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsPredictable As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: Boolean
True se este for um atributo previsível; caso contrário, false.