共用方式為


AggregationDesignDimension 類別

定義

定義代表 Cube 維度與 AggregationDesignDimension 之間關聯性的基本資料類型。 此類別無法獲得繼承。

[System.Runtime.InteropServices.Guid("CB295954-22BF-4446-B173-4B3FC0930737")]
public sealed class AggregationDesignDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("CB295954-22BF-4446-B173-4B3FC0930737")>]
type AggregationDesignDimension = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class AggregationDesignDimension
Inherits ModelComponent
Implements ICloneable
繼承
AggregationDesignDimension
屬性
實作

建構函式

AggregationDesignDimension()

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

AggregationDesignDimension(String)

使用指定的 Cube 維度識別碼,初始化 AggregationDesignDimension 的新執行個體。

屬性

Annotations

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

(繼承來源 ModelComponent)
Attributes

取得相關聯的 AggregationDesignDimension 之屬性的集合。

CubeDimension

取得對應於 AggregationDesignDimension 的父 CubeDimension。

CubeDimensionID

取得或設定 AggregationDesignDimension 的 CubeDimension 識別碼。

Dimension

取得對應於 AggregationDesignDimension 物件的維度物件。

FriendlyName

取得 ModelComponent 的易記名稱。

(繼承來源 ModelComponent)
KeyForCollection

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

(繼承來源 ModelComponent)
MeasureGroupDimension

取得與 AggregationDesignDimension 物件建立關聯的 MeasureGroupDimension。

OwningCollection

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

(繼承來源 ModelComponent)
Parent

取得 AggregationDesignDimension 物件的父 AggregationDesign 物件。

ParentCube

取得 AggregationDesignDimension 物件的父 Cube 物件。

ParentDatabase

取得 AggregationDesignDimension 物件的父 Database 物件。

ParentMeasureGroup

取得 AggregationDesignDimension 物件的父 MeasureGroup 物件。

ParentServer

取得 AggregationDesignDimension 物件的父 Server 物件。

方法

AddToContainer(IContainer)

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

(繼承來源 ModelComponent)
AfterInsert(Int32)

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

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

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

(繼承來源 ModelComponent)
AfterRemove(ModelComponentCollection)

在移除 ModelComponent 物件後顯示 ModelComponentCollection。

(繼承來源 ModelComponent)
BeforeRemove(Boolean)

在清除之前移除 ModelComponent 物件。

(繼承來源 ModelComponent)
Clone()

傳回物件的複製。

CopyTo(AggregationDesignDimension)

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

CopyTo(ModelComponent)

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

(繼承來源 ModelComponent)
RemoveFromContainer(IContainer)

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

(繼承來源 ModelComponent)
Reset()

將元件重設為初始狀態。

(繼承來源 ModelComponent)
Submit()

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
Submit(Boolean)

提交 ModelComponent 物件。

(繼承來源 ModelComponent)
ToString()

傳回代表目前物件的字串。

(繼承來源 ModelComponent)
Validate(ValidationErrorCollection)

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

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

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

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

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

明確介面實作

ICloneable.Clone()

定義代表 Cube 維度與 AggregationDesignDimension 之間關聯性的基本資料類型。 此類別無法獲得繼承。

IHostableComponent.Host

定義代表 Cube 維度與 AggregationDesignDimension 之間關聯性的基本資料類型。 此類別無法獲得繼承。

(繼承來源 ModelComponent)
IModelComponent.FriendlyPath

定義代表 Cube 維度與 AggregationDesignDimension 之間關聯性的基本資料類型。 此類別無法獲得繼承。

(繼承來源 ModelComponent)
IModelComponent.OwningCollection

定義代表 Cube 維度與 AggregationDesignDimension 之間關聯性的基本資料類型。 此類別無法獲得繼承。

(繼承來源 ModelComponent)

適用於