共用方式為


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 Gets 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 Gets the value that specifies the maximum number of cases in the testing data partition of the MiningStructure.
公用屬性 HoldoutMaxPercent Gets the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
公用屬性 HoldoutSeed Gets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.
公用屬性 IsProcessed Gets a value that indicates 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)。)
公用方法 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。)
公用方法 ToString Returns the name of the mining structure in its string representation. (覆寫 Object.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality Determines whether two instances of MiningStructure are equal.
公用運算子靜態成員 Inequality Determines whether two instances of MiningStructure are unequal.

上層

執行緒安全性

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

請參閱

參考

Microsoft.AnalysisServices.AdomdClient 命名空間