MeasureGroup 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。
[System.Runtime.InteropServices.Guid("0A29598F-69D9-4380-BA02-A784A5798FE0")]
public sealed class MeasureGroup : Microsoft.AnalysisServices.ProcessableMajorObject, ICloneable, IDisposable, Microsoft.AnalysisServices.IMajorObject
[<System.Runtime.InteropServices.Guid("0A29598F-69D9-4380-BA02-A784A5798FE0")>]
type MeasureGroup = class
inherit ProcessableMajorObject
interface IMajorObject
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface ICloneable
Public NotInheritable Class MeasureGroup
Inherits ProcessableMajorObject
Implements ICloneable, IDisposable, IMajorObject
- 繼承
- 屬性
- 實作
備註
MeasureGroup 系結至資料來源檢視中的資料表;和 每個量值都會系結至該資料表中的資料行。 最後,每個量值群組維度都有一組「細微性屬性」,可定義 MeasureGroup 的資料細微性。
建構函式
MeasureGroup() |
使用預設值,初始化 MeasureGroup 的新執行個體。 |
MeasureGroup(String) |
使用指定的名稱,初始化 MeasureGroup 的新執行個體。 |
MeasureGroup(String, String) |
使用指定的名稱和識別碼,初始化 MeasureGroup 的新執行個體。 |
欄位
MaxIDLength |
指定識別碼的最大長度。 (繼承來源 NamedComponent) |
MaxNameLength |
指定名稱的最大長度。 (繼承來源 NamedComponent) |
屬性
AggregationDesigns |
取得 MeasureGroup 的 AggregationDesigns 集合。 |
AggregationPrefix |
取得或設定用於彙總之資料表 (實際上就是索引檢視表) 上使用的前置詞。 這會作為 MeasureGroup 中之資料分割的預設值。 |
Annotations |
取得與所有主要物件建立關聯之所有註解的集合。 (繼承來源 MajorObject) |
CreatedTimestamp |
取得或設定物件的建立日期和時間。 (繼承來源 MajorObject) |
DataAggregation |
取得或設定值,指出伺服器可以彙總資料 (在 MOLAP 檔案/ROLAP 資料表中) 還是快取 (在記憶體中)。 |
Description |
取得或設定主要物件的描述。 (繼承來源 MajorObject) |
Dimensions |
取得量值群組維度的集合。 |
ErrorConfiguration |
取得或設定與 MeasureGroup 建立關聯的 ErrorConfiguration。 |
EstimatedRows |
取得或設定 MeasureGroup 中估計的資料列數目。 |
EstimatedSize |
取得或設定 MeasureGroup 的估計大小。 |
FriendlyName |
取得元件的使用者易記名稱。 (繼承來源 NamedComponent) |
ID |
取得或設定元件的識別碼。 (繼承來源 NamedComponent) |
IgnoreUnrelatedDimensions |
取得或設定值,指出是否忽略不相關的維度。 |
IsLinked |
取得有關 MeasureGroup 物件連結狀態的指示。 |
IsLoaded |
取得值,指出是否已載入 MajorObject。 (繼承來源 MajorObject) |
KeyForCollection |
取得集合中使用的索引鍵。 (繼承來源 NamedComponent) |
LastProcessed |
取得或設定上次處理物件的 DateTime。 (繼承來源 ProcessableMajorObject) |
LastSchemaUpdate |
取得或設定上次更新物件結構描述的日期和時間。 (繼承來源 MajorObject) |
Measures |
取得與 MeasureGroup 建立關聯的量值集合。 |
Name |
取得或設定元件的名稱。 (繼承來源 NamedComponent) |
OwningCollection |
取得或設定包含 ModelComponent 的集合。 (繼承來源 ModelComponent) |
Parent |
取得 MeasureGroup 物件的父 Cube 物件。 |
ParentDatabase |
取得 MeasureGroup 物件的父 Database 物件。 |
ParentServer |
取得 MeasureGroup 物件的父 Server 物件。 |
Partitions |
取得與 MeasureGroup 建立關聯的 Partitions 集合。 |
ProactiveCaching |
取得或設定與 MeasureGroup 建立關聯的 ProactiveCaching 資訊。 |
ProcessingMode |
取得或設定與 MeasureGroup 為子系之 Cube 建立關聯的處理模式。 |
ProcessingPriority |
取得或設定 MeasureGroup 物件的處理優先權。 |
ShardedMode |
取得或設定分區化模式。 |
Site |
取得或設定與元件建立關聯的網站。 (繼承來源 NamedComponent) |
SiteID |
取得或設定與元件相關聯之網站的識別碼。 (繼承來源 NamedComponent) |
Source |
取得或設定來源物件的繫結,從該物件取得資料並擴展目標物件。 |
State |
取得或設定這個目前執行個體的 AnalysisState。 (繼承來源 ProcessableMajorObject) |
StorageLocation |
取得或設定與 MeasureGroup 建立關聯的儲存位置。 |
StorageMode |
取得或設定 MeasureGroup 的預設儲存模式。 可在每個磁碟分割上加以覆寫。 |
Translations |
取得與 MeasureGroup 建立關聯的翻譯集合。 |
Type |
取得或設定量值群組的類型。 |
方法
明確介面實作
ICloneable.Clone() |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IDeserializationCallback.OnDeserialization(Object) |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 MajorObject) |
IDeserializationStartCallback.OnDeserializationBegin(Object) |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 MajorObject) |
IFormattable.ToString(String, IFormatProvider) |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 NamedComponent) |
IHostableComponent.Host |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 ModelComponent) |
IMajorObject.BaseType |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.CreateBody() |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.DependsOn(IMajorObject) |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.ObjectReference |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.ParentDatabase |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.ParentServer |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.Path |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IMajorObject.WriteRef(XmlWriter) |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 |
IModelComponent.FriendlyPath |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 ModelComponent) |
IModelComponent.OwningCollection |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 ModelComponent) |
IProcessable.LastProcessed |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 ProcessableMajorObject) |
IProcessable.State |
定義相同資料粒度層級上的一組已知量值。 MeasureGroup 的所有量值都必須來自單一資料表。 (繼承來源 ProcessableMajorObject) |