Freigeben über


MiningModel-Klasse

Represents a mining model of an AdomdConnection.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningModel

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

Syntax

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

Der MiningModel-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Algorithm Gets a provider-specific name that describes the algorithm 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 the mining model was created.
Öffentliche Eigenschaft Description Gets the user-defined description of the mining model.
Öffentliche Eigenschaft Filter Gets the filter expression that is associated with the model.
Öffentliche Eigenschaft IsProcessed Gets a value that indicates whether the mining model has been processed.
Ö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 ParentConnection Gets the AdomdConnection 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, as a count of cases, of the data set that was used for training when the model was created.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of MiningModel are equal. (Überschreibt Object.Equals(Object).)
Öffentliche Methode FindAttribute Finds the MiningAttribute specified by an attribute ID.
Öffentliche Methode GetAttributes Gets a collection of attributes based on their feature selection status.
Ö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 GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString Returns the name of the mining model in its string representation. (Überschreibt Object.ToString().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two instances of MiningModel are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two instances of MiningModel 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.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace