Propriedade do RDL MiningAttribute.IsPredictable
Determines if this attribute is predictable.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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: System.Boolean
true if this is a predictable attribute; false otherwise.