Compartir a través de


MiningModelColumn Miembros

Represents a column in a mining model.

El tipo MiningModelColumn expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the MiningModelColumn.
Método publico Dispose Releases all resources used by the MiningModelColumn.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio