Condividi tramite


Classe MiningModel

Represents a mining model of an AdomdConnection.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningModel

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

Sintassi

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

Nel tipo MiningModel sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Algorithm Gets a provider-specific name that describes the algorithm that is used to generate the model.
Proprietà pubblica AllowDrillThrough Gets a value that indicates whether the mining model allows drillthrough.
Proprietà pubblica Attributes Gets the mining attributes associated with this mining model.
Proprietà pubblica Columns Gets a collection of MiningModelColumn objects for the model.
Proprietà pubblica Content Gets a collection of top-level MiningContentNode objects for the model.
Proprietà pubblica Created Gets the date and time that the mining model was created.
Proprietà pubblica Description Gets the user-defined description of the mining model.
Proprietà pubblica Filter
Proprietà pubblica IsProcessed Gets a value that indicates whether the mining model is populated.
Proprietà pubblica LastProcessed Gets the date and time that the mining model was last processed.
Proprietà pubblica LastUpdated Gets the date and time that the mining model was last updated.
Proprietà pubblica Name Gets the name of the mining model.
Proprietà pubblica Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Proprietà pubblica Parent Gets the MiningStructureto which this mining model belongs.
Proprietà pubblica Properties Gets a collection of Property objects that apply to the mining model.
Proprietà pubblica TrainingSetSize
Proprietà pubblica UniqueName

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningModel.
Metodo pubblico Dispose Releases all resources used by the MiningModel.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico FindAttribute Returns the MiningAttribute specified by an attribute ID.
Metodo pubblico GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Metodo pubblico GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
Metodo pubblico GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone 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.