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.

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
Öffentliche Eigenschaft Flags Gets the modeling flag for the column.
Öffentliche Eigenschaft FullyQualifiedName Gets the fully qualified name of the column.
Öffentliche Eigenschaft IsInput Determines whether the column is an input column.
Öffentliche Eigenschaft IsPredictable Determines whether the column is predictable.
Öffentliche Eigenschaft IsProcessed Determines whether the MiningModelColumn is processed.
Öffentliche Eigenschaft IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Öffentliche Eigenschaft IsTable Determines 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
Öffentliche Eigenschaft Values Gets a MiningValueCollection containing the 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 MiningModelColumn.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (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.