Partager via


Classe MiningStructureColumn

Represents the structure of a mining column.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningStructureColumn

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningStructureColumn _
    Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As MiningStructureColumn
public sealed class MiningStructureColumn : IDisposable, 
    IMetadataObject
public ref class MiningStructureColumn sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningStructureColumn =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningStructureColumn implements IDisposable, IMetadataObject

Le type MiningStructureColumn expose les membres suivants.

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

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningStructureColumn.
Méthode publique Dispose Releases all resources used by the MiningStructureColumn.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.