Partager via


Propriété MiningModelColumn.IsInput

Gets a value that indicates whether the column is an input column.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsInput As Boolean 
    Get
'Utilisation
Dim instance As MiningModelColumn 
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 the column is an input column; otherwise, false.

Voir aussi

Référence

MiningModelColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient