AggregationDesign 類別

定義

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

[System.Runtime.InteropServices.Guid("85599CD4-B502-429b-85E9-51DECA0284C0")]
public sealed class AggregationDesign : Microsoft.AnalysisServices.MajorObject, ICloneable, IDisposable, Microsoft.AnalysisServices.IMajorObject
[<System.Runtime.InteropServices.Guid("85599CD4-B502-429b-85E9-51DECA0284C0")>]
type AggregationDesign = class
    inherit MajorObject
    interface IMajorObject
    interface INamedComponent
    interface IModelComponent
    interface IComponent
    interface IDisposable
    interface ICloneable
Public NotInheritable Class AggregationDesign
Inherits MajorObject
Implements ICloneable, IDisposable, IMajorObject
繼承
屬性
實作

建構函式

AggregationDesign()

使用預設值,將 AggregationDesign 的新執行個體初始化。

AggregationDesign(String)

使用指定的名稱,初始化 AggregationDesign 的新執行個體。

AggregationDesign(String, String)

初始化使用指定的名稱和識別碼,初始化 AggregationDesign 的新執行個體。

欄位

MaxIDLength

指定識別碼的最大長度。

(繼承來源 NamedComponent)
MaxNameLength

指定名稱的最大長度。

(繼承來源 NamedComponent)

屬性

Aggregations

取得為 AggregationDesign 設計的彙總。

Annotations

取得與所有主要物件建立關聯之所有註解的集合。

(繼承來源 MajorObject)
CreatedTimestamp

取得或設定物件的建立日期和時間。

(繼承來源 MajorObject)
Description

取得或設定主要物件的描述。

(繼承來源 MajorObject)
Dimensions

取得與 AggregationDesign 建立關聯的維度。

EstimatedPerformanceGain

取得或設定分割區的估計效能改善 (增加的百分比)。

EstimatedRows

取得或設定與 AggregationDesign 建立關聯之分割區中估計的資料列數目 (平均)。

FriendlyName

取得元件的使用者易記名稱。

(繼承來源 NamedComponent)
ID

取得或設定元件的識別碼。

(繼承來源 NamedComponent)
IsLoaded

取得值,指出是否已載入 MajorObject。

(繼承來源 MajorObject)
KeyForCollection

取得集合中使用的索引鍵。

(繼承來源 NamedComponent)
LastSchemaUpdate

取得或設定上次更新物件結構描述的日期和時間。

(繼承來源 MajorObject)
Name

取得或設定元件的名稱。

(繼承來源 NamedComponent)
OwningCollection

取得或設定包含 ModelComponent 的集合。

(繼承來源 ModelComponent)
Parent

取得 AggregationDesign 物件的父 MeasureGroup 物件。

ParentCube

取得 AggregationDesign 物件的父 Cube 物件。

ParentDatabase

取得 AggregationDesign 物件的父 Database 物件。

ParentServer

取得 AggregationDesign 物件的父 Server 物件。

Site

取得或設定與元件建立關聯的網站。

(繼承來源 NamedComponent)
SiteID

取得或設定與元件相關聯之網站的識別碼。

(繼承來源 NamedComponent)

方法

AddToContainer(IContainer)

將 ModelComponent 物件新增至指定的容器。

(繼承來源 ModelComponent)
AfterInsert(Int32)

新增到指定的索引位置之後顯示 ModelComponent 物件。

(繼承來源 ModelComponent)
AfterMove(Int32, Int32)

移動到指定的索引之後顯示 ModelComponent 物件。

(繼承來源 ModelComponent)
AfterRemove(ModelComponentCollection)

在移除 ModelComponent 物件後顯示 ModelComponentCollection。

(繼承來源 ModelComponent)
BeforeRemove(Boolean)

在清除之前移除 ModelComponent 物件。

(繼承來源 ModelComponent)
CancelDesign()

回復交易並且關閉連接。

Clone()

傳回物件的複製。

Clone(Boolean)

建立 MajorObject 物件的新複本。

(繼承來源 MajorObject)
CopyTo(AggregationDesign)

將此物件的內容複製到另一個物件 (目的地)。

CopyTo(MajorObject, Boolean)

將 MajorObject 物件複製到指定的目的地。

(繼承來源 MajorObject)
CopyTo(ModelComponent)

將 ModelComponent 物件複製到指定的物件。

(繼承來源 ModelComponent)
CopyTo(NamedComponent)

將 NamedComponent 物件複製到指定的物件。

(繼承來源 NamedComponent)
DesignAggregations(Double, Double, Int64, Boolean)

針對 Analysis Services 執行個體的彙總設計建立彙總。

DesignAggregations(Double, Double, Int64, Boolean, StringCollection)

針對 Analysis Services 執行個體的彙總設計建立彙總。

DesignAggregations(TimeSpan, Int32, Double, Int64, StringCollection)

針對 Analysis Services 執行個體的彙總設計建立彙總。

Drop()

移除目前的物件並更新伺服器。

(繼承來源 MajorObject)
Drop(DropOptions)

使用指定的選項,移除目前的物件並更新伺服器。

(繼承來源 MajorObject)
Drop(DropOptions, XmlaWarningCollection)

使用指定的選項,移除目前的物件並更新伺服器。 在指定的警告物件上傳回卸除作業所產生的警告。

(繼承來源 MajorObject)
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection)

使用指定的選項,移除目前的物件並更新伺服器。 在指定的警告變數上傳回卸除作業所產生的警告,並且在指定的 impactResult 變數上傳回作業中受影響物件的結果。

(繼承來源 MajorObject)
Drop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean)

使用指定的選項,移除目前的物件並更新伺服器。 在指定的警告變數上傳回卸除作業所產生的警告,並且在指定的 impactResult 變數上傳回作業中受影響物件的結果。

(繼承來源 MajorObject)
FinalizeDesign()

從引擎取得產生的彙總,回復交易,然後關閉連接。

GetCreateReferences(Hashtable, Boolean, Boolean)

取得 Hashtable 來建立參考。

(繼承來源 MajorObject)
GetDependents(Hashtable)

將相依性取得放入指定的 Hashtable 中。

(繼承來源 MajorObject)
GetDropDependents(Hashtable, Hashtable)

取得卸除相依項目。

(繼承來源 MajorObject)
GetReferences(Hashtable, Boolean)

取得 MajorObject 所參考的物件。

(繼承來源 MajorObject)
GetUpdateOverwrites(Boolean)

取得覆寫更新之 MajorObject 的 Hashtable 物件。

(繼承來源 MajorObject)
InitializeDesign()

連接到引擎,啟動交易,然後儲存完整父資料庫。

InitializeDesign(String)

使用指定的連接字串連接到引擎、啟動交易,然後儲存完整父資料庫。

Refresh()

從伺服器定義更新物件。

(繼承來源 MajorObject)
Refresh(Boolean)

更新來自伺服器定義的物件,而且如果指定的話,也更新載入的相依物件。

(繼承來源 MajorObject)
Refresh(Boolean, RefreshType)

更新來自伺服器定義的物件,而且如果指定的話,也更新載入的相依物件。

(繼承來源 MajorObject)
RemoveFromContainer(IContainer)

將 ModelComponent 物件從指定的容器中移除。

(繼承來源 ModelComponent)
Reset()

將元件重設為其初始狀態。

(繼承來源 NamedComponent)
Submit()

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
Submit(Boolean)

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
ToString()

傳回字串。字串表示目前的具名元件。

(繼承來源 NamedComponent)
Update()

使用預設值來更新相依物件,將目前物件的伺服器定義更新為實際值。

(繼承來源 MajorObject)
Update(UpdateOptions)

使用指定的選項來更新相依物件,將目前物件的伺服器定義更新為實際值。

(繼承來源 MajorObject)
Update(UpdateOptions, UpdateMode)

使用指定的選項來更新相依物件,將目前物件的伺服器定義更新為實際值。

(繼承來源 MajorObject)
Update(UpdateOptions, UpdateMode, XmlaWarningCollection)

使用指定的選項來更新相依物件,將目前物件的伺服器定義更新為實際值,並且報告作業所產生的任何警告。

(繼承來源 MajorObject)
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection)

使用指定的選項來更新相依物件,將目前物件的伺服器定義更新為實際值,報告作業所產生的任何警告,並且從作業中傳回受影響的物件。

(繼承來源 MajorObject)
Update(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean)

使用指定的選項來更新相依物件,將目前物件的伺服器定義更新為實際值,報告作業所產生的任何警告,並且從作業中傳回受影響的物件。 如果 analyzeImpactOnly 為 true,影響分析作業執行時不會進行更新作業。

(繼承來源 MajorObject)
Validate(ValidationErrorCollection)

驗證它附加至的元素;傳回集合中遇到的任何錯誤。

(繼承來源 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

驗證它附加至的元素;傳回集合中遇到的任何錯誤。 也包含可傳回詳細錯誤的參數。

(繼承來源 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

驗證物件,並傳回集合中遇到的任何錯誤。 也包含可傳回詳細錯誤的參數。

Validate(ValidationResultCollection)

指出 MajorObject 是否有效。

(繼承來源 MajorObject)
Validate(ValidationResultCollection, ValidationOptions)

指出 MajorObject 是否有效。

(繼承來源 MajorObject)
Validate(ValidationResultCollection, ValidationOptions, ServerEdition)

指出 MajorObject 是否有效。

(繼承來源 MajorObject)

明確介面實作

ICloneable.Clone()

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IDeserializationCallback.OnDeserialization(Object)

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 MajorObject)
IDeserializationStartCallback.OnDeserializationBegin(Object)

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 MajorObject)
IFormattable.ToString(String, IFormatProvider)

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 NamedComponent)
IHostableComponent.Host

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 ModelComponent)
IMajorObject.BaseType

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IMajorObject.CreateBody()

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IMajorObject.DependsOn(IMajorObject)

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IMajorObject.ObjectReference

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IMajorObject.Path

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IMajorObject.WriteRef(XmlWriter)

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

IModelComponent.FriendlyPath

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 ModelComponent)
IModelComponent.OwningCollection

定義可在資料庫中多個分割區之間共用之彙總定義的集合。 此類別無法獲得繼承。

(繼承來源 ModelComponent)

適用於