MiningModelColumn.IsInput Property

Determines whether the column is an input column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property IsInput As Boolean
    Get
'Usage
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

Property Value

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