Compartir a través de


MiningAttribute.IsInput Propiedad

Determines if this attribute is an input attribute.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Boolean
True if this is an input attribute; false otherwise.

Comentarios

A MiningAttribute is an input attribute if its value column is not marked as Predict Only, or if the parent table of a nested attribute is not marked as Predict Only.

Vea también

Referencia

MiningAttribute Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient