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 | 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 the mining model was created. | |
Description | Gets the user-defined description of the mining model. | |
Filter | Gets the filter expression that is associated with the model. | |
IsProcessed | Gets a value that indicates whether 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 | Gets 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)。) | |
FindAttribute | Finds 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。) | |
ToString | Returns the name of the mining model in its string representation. (覆寫 Object.ToString()。) |
上層
運算子
名稱 | 說明 | |
---|---|---|
Equality | Determines whether two instances of MiningModel are equal. | |
Inequality | Determines whether two instances of MiningModel are unequal. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。