MiningAttribute.IsInput-Eigenschaft
Bestimmt, ob das Attribut ein Eingabeattribut ist.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsInput As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: Boolean
True, wenn das Attribut als Eingabe in einem Modell verwendet wird, andernfalls false.
Hinweise
Ein MiningAttribute ist ein Eingabeattribut, wenn seine Wertspalte nicht als PredictOnly markiert wurde oder die übergeordnete Tabelle eines geschachtelten Attributs nicht als PredictOnly markiert wurde.