Freigeben über


MiningStructureColumn-Klasse

Represents the structure of a mining column.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructureColumn

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MiningStructureColumn _
    Implements IDisposable, IMetadataObject
'Usage
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

Der MiningStructureColumn-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningStructureColumn.
Öffentliche Methode Dispose Releases all resources used by the current instance of the MiningStructureColumn class.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace