Compartir a través de


Clase MiningModel

Represents a mining model of an AdomdConnection.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'Uso
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

El tipo MiningModel expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público {dtor} Releases all resources used by the MiningModel.
Método público Dispose Releases all resources used by the MiningModel.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público FindAttribute Returns the MiningAttribute specified by an attribute ID.
Método público GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
Método público GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
Método público GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
Método público GetHashCode (Se hereda de Object.)
Método público GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.