共用方式為


MiningModel 類別

Represents a mining model of an AdomdConnection.

繼承階層

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'用途
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

MiningModel 型別公開下列成員。

屬性

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

上層

方法

  名稱 說明
公用方法 {dtor} Releases all resources used by the MiningModel.
公用方法 Dispose Releases all resources used by the MiningModel.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 FindAttribute Returns the MiningAttribute specified by an attribute ID.
公用方法 GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
公用方法 GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
公用方法 GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。