AggregationInstance 類別

定義

代表已定義分割區彙總的執行個體。

[System.Runtime.InteropServices.Guid("22940FE2-7C38-4243-9996-2FC8054500B2")]
public class AggregationInstance : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("22940FE2-7C38-4243-9996-2FC8054500B2")>]
type AggregationInstance = class
    inherit NamedComponent
    interface ICloneable
Public Class AggregationInstance
Inherits NamedComponent
Implements ICloneable
繼承
屬性
實作

建構函式

AggregationInstance()

使用預設值,初始化 AggregationInstance 類別的新執行個體。

AggregationInstance(String)

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

AggregationInstance(String, String)

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

欄位

MaxIDLength

指定識別碼的最大長度。

(繼承來源 NamedComponent)
MaxNameLength

指定名稱的最大長度。

(繼承來源 NamedComponent)

屬性

AggregationType

取得或設定儲存於 AggregationInstance 中的彙總類型。

Annotations

取得可在其中儲存自訂資料的集合。

(繼承來源 ModelComponent)
Description

取得或設定元件的描述。

(繼承來源 NamedComponent)
Dimensions

取得與 AggregationInstance 建立關聯的維度集合。

FriendlyName

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

(繼承來源 NamedComponent)
ID

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

(繼承來源 NamedComponent)
KeyForCollection

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

(繼承來源 NamedComponent)
Measures

取得與 AggregationInstance 建立關聯的量值集合。

Name

取得或設定元件的名稱。

(繼承來源 NamedComponent)
OwningCollection

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

(繼承來源 ModelComponent)
Parent

取得 ModelComponent 物件的父代 IModelComponent 物件。

(繼承來源 ModelComponent)
Site

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

(繼承來源 NamedComponent)
SiteID

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

(繼承來源 NamedComponent)
Source

如果不同於資料行繫結相關聯的資料表,取得或設定用於彙總的資料表名稱。

方法

AddToContainer(IContainer)

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

(繼承來源 ModelComponent)
AfterInsert(Int32)

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

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

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

(繼承來源 ModelComponent)
AfterRemove(ModelComponentCollection)

在移除 ModelComponent 物件後顯示 ModelComponentCollection。

(繼承來源 ModelComponent)
BeforeRemove(Boolean)

在清除之前移除 ModelComponent 物件。

(繼承來源 ModelComponent)
Clone()

傳回物件的複製。

CopyTo(AggregationInstance)

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

CopyTo(ModelComponent)

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

(繼承來源 ModelComponent)
CopyTo(NamedComponent)

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

(繼承來源 NamedComponent)
RemoveFromContainer(IContainer)

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

(繼承來源 ModelComponent)
Reset()

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

(繼承來源 NamedComponent)
Submit()

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
Submit(Boolean)

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
ToString()

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

(繼承來源 NamedComponent)
Validate(ValidationErrorCollection)

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

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

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

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

判斷 NamedComponent 是否有效。

(繼承來源 NamedComponent)

明確介面實作

ICloneable.Clone()

代表已定義分割區彙總的執行個體。

IFormattable.ToString(String, IFormatProvider)

代表已定義分割區彙總的執行個體。

(繼承來源 NamedComponent)
IHostableComponent.Host

代表已定義分割區彙總的執行個體。

(繼承來源 ModelComponent)
IModelComponent.FriendlyPath

代表已定義分割區彙總的執行個體。

(繼承來源 ModelComponent)
IModelComponent.OwningCollection

代表已定義分割區彙總的執行個體。

(繼承來源 ModelComponent)

適用於