Freigeben über


MiningModel-Klasse

Represents a mining model of an AdomdConnection.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModel

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

Syntax

'Declaration
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'Usage
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

Der MiningModel-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Algorithm Gets a provider-specific name that describes the algorithm that is used to generate the model.
Öffentliche Eigenschaft AllowDrillThrough Gets a value that indicates whether the mining model allows drillthrough.
Öffentliche Eigenschaft Attributes Gets the mining attributes associated with this mining model.
Öffentliche Eigenschaft Columns Gets a collection of MiningModelColumn objects for the model.
Öffentliche Eigenschaft Content Gets a collection of top-level MiningContentNode objects for the model.
Öffentliche Eigenschaft Created Gets the date and time that the mining model was created.
Öffentliche Eigenschaft Description Gets the user-defined description of the mining model.
Öffentliche Eigenschaft Filter Gets the DMX filter which is used in selecting the structure cases used in training the mining model.
Öffentliche Eigenschaft IsProcessed Gets a value that indicates whether the mining model is populated.
Öffentliche Eigenschaft LastProcessed Gets the date and time that the mining model was last processed.
Öffentliche Eigenschaft LastUpdated Gets the date and time that the mining model was last updated.
Öffentliche Eigenschaft Name Gets the name of the mining model.
Öffentliche Eigenschaft Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Öffentliche Eigenschaft Parent Gets the MiningStructure to which this mining model belongs.
Öffentliche Eigenschaft Properties Gets a collection of Property objects that apply to the mining model.
Öffentliche Eigenschaft TrainingSetSize Gets the size of the training set used in training the mining model.
Öffentliche Eigenschaft UniqueName Gets the unique name of the MiningModel.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the MiningModel.
Öffentliche Methode Dispose Releases all resources used by the current instance of the MiningModel class.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode FindAttribute Returns the MiningAttribute specified by an attribute ID.
Öffentliche Methode GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Öffentliche Methode GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
Öffentliche Methode GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Ö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