Freigeben über


MiningModelColumn-Klasse

Represents a column in a mining model.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningModelColumn

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class MiningModelColumn
'Usage
Dim instance As MiningModelColumn
public sealed class MiningModelColumn
public ref class MiningModelColumn sealed
[<SealedAttribute>]
type MiningModelColumn =  class end
public final class MiningModelColumn

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-defined description of the column.
Öffentliche Eigenschaft Distribution Gets the MiningColumnDistribution for this column.
Öffentliche Eigenschaft Filter Returns the filter expression that is associated with a nested table column in a mining model.
Ö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 Gets the unique name for the column.
Öffentliche Eigenschaft Values Gets a MiningValueCollection containing the possible values associated with the column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of MiningModelColumn are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Gets the name of the MiningModelColumn. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two instances of MiningModelColumn are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two instances of MiningModelColumn are unequal.

Zum Anfang

Threadsicherheit

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