Proprietà IsInput
Determines whether the column is an input column.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsInput As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the column is an input column; false otherwise.
Vedere anche