Compartir a través de


MiningModelColumn.IsInput Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsInput As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the column is an input column; otherwise, false.

Vea también

Referencia

MiningModelColumn Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer