MiningModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義個別採礦模型的詳細資料。 此類別無法獲得繼承。
[System.Runtime.InteropServices.Guid("AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")]
public sealed class MiningModel : Microsoft.AnalysisServices.ProcessableMajorObject, ICloneable, IDisposable, Microsoft.AnalysisServices.IMajorObject
[<System.Runtime.InteropServices.Guid("AB0A80A1-D3FB-45f0-8D3A-37455E7BF4DB")>]
type MiningModel = class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
Public NotInheritable Class MiningModel
Inherits ProcessableMajorObject
Implements ICloneable, IDisposable, IMajorObject
- 繼承
- 屬性
- 實作
備註
許多採礦模型可以共用相同的結構,但變更演算法,或變更要預測其值的資料行,都會變更結構。 MiningModel 中的資料行集合必須是擁有結構的資料行子集,並共用相同的巢狀資料表結構。 您可以省略資料行,或將使用量值設定為 none 來排除資料行。
建構函式
MiningModel() |
使用預設值,初始化 MiningModel 類別的新執行個體。 |
MiningModel(String) |
使用指定的名稱,初始化 MiningModel 類別的新執行個體。 |
MiningModel(String, String) |
使用指定的名稱和識別碼,初始化 MiningModel 類別的新執行個體。 |
欄位
MaxIDLength |
指定識別碼的最大長度。 (繼承來源 NamedComponent) |
MaxNameLength |
指定名稱的最大長度。 (繼承來源 NamedComponent) |
屬性
Algorithm |
取得或設定與 MiningModel 建立關聯的演算法,可以由 Microsoft 所提供或可以是您自己的自訂演算法。 |
AlgorithmParameters |
取得適用的演算法參數集合,與指派的演算法無關。 |
AllowDrillThrough |
取得或設定指出在採礦模型上是否允許鑽研的指示。 |
Annotations |
取得與所有主要物件建立關聯之所有註解的集合。 (繼承來源 MajorObject) |
Collation |
取得或設定 MiningModel 物件所使用的定序。 |
Columns |
取得與 MiningModel 物件建立關聯的資料行集合。 |
CreatedTimestamp |
取得或設定物件的建立日期和時間。 (繼承來源 MajorObject) |
Description |
取得或設定主要物件的描述。 (繼承來源 MajorObject) |
Filter |
取得或設定與採礦模型相關聯的篩選運算式。 |
FoldingParameters |
取得或設定與採礦模型相關聯的摺疊參數。 |
FriendlyName |
取得元件的使用者易記名稱。 (繼承來源 NamedComponent) |
ID |
取得或設定元件的識別碼。 (繼承來源 NamedComponent) |
IsLoaded |
取得值,指出是否已載入 MajorObject。 (繼承來源 MajorObject) |
KeyForCollection |
取得集合中使用的索引鍵。 (繼承來源 NamedComponent) |
Language |
取得或設定預設使用的語言。 |
LastProcessed |
取得或設定上次處理物件的 DateTime。 (繼承來源 ProcessableMajorObject) |
LastSchemaUpdate |
取得或設定上次更新物件結構描述的日期和時間。 (繼承來源 MajorObject) |
MiningModelPermissions |
取得 MiningModel 物件的權限集合。 |
Name |
取得或設定元件的名稱。 (繼承來源 NamedComponent) |
OwningCollection |
取得或設定包含 ModelComponent 的集合。 (繼承來源 ModelComponent) |
Parent |
取得 MiningModel 物件的父 MiningStructure 物件。 |
ParentDatabase |
取得 MiningModel 物件的父 Database 物件。 |
ParentServer |
取得 MiningModel 物件的父 Server 物件。 |
Site |
取得或設定與元件建立關聯的網站。 (繼承來源 NamedComponent) |
SiteID |
取得或設定與元件相關聯之網站的識別碼。 (繼承來源 NamedComponent) |
State |
取得或設定這個目前執行個體的 AnalysisState。 (繼承來源 ProcessableMajorObject) |
Translations |
取得與 MiningModel 物件建立關聯的翻譯物件集合。 |