Freigeben über


MiningModelColumn-Klasse

Represents a column in a mining model.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

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

Syntax

'Declaration
Public NotInheritable Class MiningModelColumn _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningModelColumn
public sealed class MiningModelColumn : IDisposable, 
    IMetadataObject
public ref class MiningModelColumn sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningModelColumn =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningModelColumn implements IDisposable, IMetadataObject

Der MiningModelColumn-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MiningModelColumn Initializes a new instance of the MiningModelColumn class with the specified mining model.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Columns Gets a collection containing the nested MiningModelColumn objects.
Öffentliche Eigenschaft ContainingColumn Gets the name of the table column containing this column.
Öffentliche Eigenschaft Content Gets the content type of the column.
Öffentliche Eigenschaft Description Gets the user-description of the column.
Öffentliche Eigenschaft Distribution Gets the MiningColumnDistribution for this column.
Öffentliche Eigenschaft Filter Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Öffentliche Eigenschaft Flags Gets the modeling flag for the column.
Öffentliche Eigenschaft FullyQualifiedName Gets the fully qualified name of the column.
Öffentliche Eigenschaft IsInput Gets a value that indicates whether the column is an input column.
Öffentliche Eigenschaft IsPredictable Gets a value that indicates whether the column is predictable.
Öffentliche Eigenschaft IsProcessed Gets a value that indicates whether the MiningModelColumn is processed.
Öffentliche Eigenschaft IsRelatedToKey Gets a value that indicates whether the MiningModelColumn is related to the key.
Öffentliche Eigenschaft IsTable Gets a value that indicates whether the column is a table datatype.
Öffentliche Eigenschaft LastProcessed Gets the date and time the mining model column was last processed.
Öffentliche Eigenschaft LastUpdated Gets the date and time the mining model column was last updated.
Öffentliche Eigenschaft Name Gets the name of the column.
Öffentliche Eigenschaft Parent Gets the parent MiningModel.
Öffentliche Eigenschaft ParentMiningModel Gets the MiningModel to which this column belongs.
Öffentliche Eigenschaft PredictionScore Gets the prediction score for the MiningModelColumn.
Öffentliche Eigenschaft Properties Gets a PropertyCollection containing the properties for the column.
Öffentliche Eigenschaft RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Öffentliche Eigenschaft StructureColumn Gets the name of the structure column for the MiningModelColumn.
Öffentliche Eigenschaft Type Gets the MiningColumnType of the column.
Öffentliche Eigenschaft UniqueName Gets the unique name of the MiningModelColumn.
Öffentliche Eigenschaft Values Gets a collection of possible values associated with the column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningModelColumn.
Öffentliche Methode Dispose Releases all resources used by the current instance of the MiningModelColumn.
Ö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