Share via


MiningModelColumn Members

Represents a column in a mining model.

The following tables list the members exposed by the MiningModelColumn type.

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms142744.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Determines whether two instances of MiningModelColumn are equal.
ms142744.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.
ms142744.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms142744.pubmethod(en-US,SQL.90).gifms142744.static(en-US,SQL.90).gif op_Equality Determines whether two instances of MiningModelColumn are equal.
ms142744.pubmethod(en-US,SQL.90).gifms142744.static(en-US,SQL.90).gif op_Inequality Determines whether two instances of MiningModelColumn are unequal.
ms142744.pubmethod(en-US,SQL.90).gifms142744.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms142744.pubmethod(en-US,SQL.90).gif ToString Overridden. Gets the name of the MiningModelColumn.

Top

Protected Methods

  Name Description
ms142744.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms142744.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MiningModelColumn Class
Microsoft.AnalysisServices.AdomdClient Namespace