AggregationInstance 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表已定義分割區彙總的執行個體。
[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 |
如果不同於資料行繫結相關聯的資料表,取得或設定用於彙總的資料表名稱。 |
方法
明確介面實作
ICloneable.Clone() |
代表已定義分割區彙總的執行個體。 |
IFormattable.ToString(String, IFormatProvider) |
代表已定義分割區彙總的執行個體。 (繼承來源 NamedComponent) |
IHostableComponent.Host |
代表已定義分割區彙總的執行個體。 (繼承來源 ModelComponent) |
IModelComponent.FriendlyPath |
代表已定義分割區彙總的執行個體。 (繼承來源 ModelComponent) |
IModelComponent.OwningCollection |
代表已定義分割區彙總的執行個體。 (繼承來源 ModelComponent) |