Partager via


Membres MiningModelColumn

Represents a column in a mining model.

Le type MiningModelColumn expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of MiningModelColumn are equal. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Gets the name of the MiningModelColumn. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningModelColumn are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningModelColumn are unequal.

Haut de la page

Propriétés

  Nom Description
Propriété publique Columns Gets a collection containing the nested MiningModelColumn objects.
Propriété publique ContainingColumn Gets the name of the table column containing this column.
Propriété publique Content Gets the content type of the column.
Propriété publique Description Gets the user-defined description of the column.
Propriété publique Distribution Gets the MiningColumnDistribution for this column.
Propriété publique Filter Returns the filter expression that is associated with a nested table column in a mining model.
Propriété publique Flags Gets the modeling flag for the column.
Propriété publique FullyQualifiedName Gets the fully qualified name of the column.
Propriété publique IsInput Determines whether the column is an input column.
Propriété publique IsPredictable Determines whether the column is predictable.
Propriété publique IsProcessed Determines whether the MiningModelColumn is processed.
Propriété publique IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Propriété publique IsTable Determines whether the column is a table datatype.
Propriété publique LastProcessed Gets the date and time the mining model column was last processed.
Propriété publique LastUpdated Gets the date and time the mining model column was last updated.
Propriété publique Name Gets the name of the column.
Propriété publique Parent Gets the parent MiningModel.
Propriété publique ParentMiningModel Gets the MiningModel to which this column belongs.
Propriété publique PredictionScore Gets the prediction score for the MiningModelColumn.
Propriété publique Properties Gets a PropertyCollection containing the properties for the column.
Propriété publique RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Propriété publique StructureColumn Gets the name of the structure column for the MiningModelColumn.
Propriété publique Type Gets the MiningColumnType of the column.
Propriété publique UniqueName Gets the unique name for the column.
Propriété publique Values Gets a MiningValueCollection containing the possible values associated with the column.

Haut de la page