Propriété MiningAttribute.IsPredictable
Determines if this attribute is predictable.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsPredictable As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if this is a predictable attribute; false otherwise.