Partager via


Propriété MiningAttribute.IsInput

Determines if this attribute is an input attribute.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsInput As Boolean 
    Get
'Utilisation
Dim instance As MiningAttribute 
Dim value As Boolean 

value = instance.IsInput
public bool IsInput { get; }
public:
property bool IsInput {
    bool get ();
}
member IsInput : bool
function get IsInput () : boolean

Valeur de propriété

Type : System.Boolean
true if this is an input attribute; false otherwise.

Notes

A MiningAttribute is an input attribute if its value column is not marked PredictOnly, or the parent table of a nested attribute is not marked PredictOnly.

Voir aussi

Référence

MiningAttribute Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer