MiningStructure 类

Represents a mining structure on the server.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningStructure

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

语法

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

MiningStructure 类型公开以下成员。

属性

  名称 说明
公共属性 Caption Gets the caption of the mining structure.
公共属性 Columns Gets the columns within the mining structure.
公共属性 Created Gets the date and time the mining structure was created.
公共属性 Description Gets the description of the mining structure.
公共属性 HoldoutActualSize Returns the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
公共属性 HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
公共属性 HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
公共属性 HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
公共属性 IsProcessed Determines whether the model is populated.
公共属性 LastProcessed Gets the date and time the mining structure was last processed.
公共属性 LastUpdated Gets the date and time the mining structure was last updated.
公共属性 MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
公共属性 Name Gets the name of the mining structure.
公共属性 ParentConnection Gets the AdomdConnection from which the mining structure was populated.
公共属性 Properties Gets the properties of the mining structure.

页首

方法

  名称 说明
公共方法 Equals Determines whether two instances of MiningStructure are equal. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Gets the name of the mining structure. (覆盖 Object. . :: . .ToString() () () ()。)

页首

运算符

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

页首

线程安全

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