Proprietà MiningAttribute.IsPredictable
Determina se questo attributo è stimabile.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsPredictable As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: Boolean
True se si tratta di un attributo stimabile; in caso contrario, false.