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 Gets the DMX filter which is used in selecting the structure cases used in training the mining model.
公共属性 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 MiningStructure to which this mining model belongs.
公共属性 Properties Gets a collection of Property objects that apply to the mining model.
公共属性 TrainingSetSize Gets the size of the training set used in training the mining model.
公共属性 UniqueName Gets the unique name of the MiningModel.

页首

方法

  名称 说明
公共方法 {dtor} Releases all resources used by the MiningModel.
公共方法 Dispose Releases all resources used by the current instance of the MiningModel class.
公共方法 Equals (从 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 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间