MiningModel 类

Represents a mining model of an AdomdConnection.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningModel

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public NotInheritable Class MiningModel
用法
Dim instance As MiningModel
public sealed class MiningModel
public ref class MiningModel sealed
[<SealedAttribute>]
type MiningModel =  class end
public final class MiningModel

MiningModel 类型公开以下成员。

属性

  名称 说明
公共属性 Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
公共属性 AllowDrillThrough 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 the mining model was created.
公共属性 Description Gets the user-defined description of the mining model.
公共属性 Filter Returns the filter expression that is associated with the model.
公共属性 IsProcessed Indicates if the mining model has been processed.
公共属性 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.
公共属性 ParentConnection Gets the AdomdConnection to which this mining model belongs.
公共属性 Properties Gets a collection of Property objects that apply to the mining model.
公共属性 TrainingSetSize Returns the size, as a count of cases, of the data set that was used for training when the model was created.

页首

方法

  名称 说明
公共方法 Equals Determines whether two instances of MiningModel are equal. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 FindAttribute Gets the MiningAttribute specified by an attribute ID.
公共方法 GetAttributes Gets a collection of attributes based on their feature selection status.
公共方法 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Gets the name of the mining model. (覆盖 Object. . :: . .ToString() () () ()。)

页首

运算符

  名称 说明
公共运算符静态成员 Equality Determines whether two instances of MiningModel are equal.
公共运算符静态成员 Inequality Determines whether two instances of MiningModel are unequal.

页首

线程安全

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