Compartilhar via


Propriedade do RDL IsInput

Determines if this attribute is an input attribute.

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

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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