Classe MiningModelColumn

Represents a column in a mining model.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningModelColumn _
    Implements IDisposable, IMetadataObject
'Utilizzo
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

Nel tipo MiningModelColumn sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MiningModelColumn Initializes a new instance of the MiningModelColumn class with the specified mining model.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningModelColumn.
Metodo pubblico Dispose Releases all resources used by the current instance of the MiningModelColumn.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer