MiningAttribute.IsPredictable Propiedad
Determina si este atributo es de predicción.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Boolean
Es true si se trata de un atributo de predicción; es false de lo contrario.