Partager via


Membres MiningStructureColumn

Represents the structure of a mining column.

Le type MiningStructureColumn expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of Object 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, suitable 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 mining structure column. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two specified instances of MiningStructureColumn are equal.
Opérateur publicMembre statique Inequality Determines whether two specified instances of MiningStructureColumn have different values.

Haut de la page

Propriétés

  Nom Description
Propriété publique Columns Gets the nested columns for the mining structure column.
Propriété publique ContainingColumn Gets the name of the table column containing this mining structure column.
Propriété publique Content Gets the content type of the mining structure column.
Propriété publique Description Gets the description of the mining structure column.
Propriété publique Distribution Gets the MiningColumnDistribution for this mining structure column.
Propriété publique Flags Gets the modeling flags for the mining structure column.
Propriété publique FullyQualifiedName Gets the fully-qualified name for the mining structure column.
Propriété publique IsProcessed Gets a Boolean indicating if this column is processed.
Propriété publique IsRelatedToKey Gets a Boolean indicating if this column is related to the key.
Propriété publique LastProcessed Gets the date and time the mining structure column was last processed.
Propriété publique LastUpdated Gets the date and time the mining Structure column was last updated.
Propriété publique Name Gets the name of the mining structure column.
Propriété publique Parent Gets the parent MiningStructure.
Propriété publique ParentMiningStructure Gets the parent MiningStructure to which this mining structure column belongs.
Propriété publique Properties Gets a PropertyCollection containing properties for the mining structure column.
Propriété publique RelatedAttribute Gets the name of the target column that the current column either relates to, or is a special property of.
Propriété publique Type Gets a MiningColumnType representing the type of the column.
Propriété publique UniqueName Gets the unique name for the mining structure column.

Haut de la page