Partager via


Propriété MiningAttribute.IsInput

Détermine si l'attribut est un attribut d'entrée.

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 : Boolean
true si l'attribut est utilisé comme entrée dans un modèle ; sinon, false.

Notes

MiningAttribute est un attribut d'entrée si sa colonne de valeur n'est pas marquée comme PredictOnly, ou si la table parente d'un attribut imbriqué n'est pas marquée comme PredictOnly.

Voir aussi

Référence

MiningAttribute Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer