AggregationDesignAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
属性と AggregationDesignDimension 要素間の関連付けを表します。
[System.Runtime.InteropServices.Guid("1D04DE03-0954-496f-B122-EE66C2DE653A")]
public sealed class AggregationDesignAttribute : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("1D04DE03-0954-496f-B122-EE66C2DE653A")>]
type AggregationDesignAttribute = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class AggregationDesignAttribute
Inherits ModelComponent
Implements ICloneable
- 継承
- 属性
- 実装
コンストラクター
AggregationDesignAttribute() |
既定値を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。 |
AggregationDesignAttribute(String) |
指定した属性識別子を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。 |
プロパティ
Annotations |
カスタム データを格納できるコレクションを取得します。 (継承元 ModelComponent) |
Attribute |
属性と AggregationDesignAttribute 要素間の関連付けを表すプリミティブ データ型を取得します。 |
AttributeID |
AggregationDesignAttribute 要素の属性識別子を取得または設定します。 |
CubeAttribute |
キューブ要素に関連付けられている CubeAttribute を取得します。 |
EstimatedCount |
属性のメンバーの推定数を取得または設定します。 |
FriendlyName |
ModelComponent の表示名を取得します。 (継承元 ModelComponent) |
KeyForCollection |
コレクションで使用されているキーを取得します。 (継承元 ModelComponent) |
OwningCollection |
ModelComponent を格納するコレクションを取得または設定します。 (継承元 ModelComponent) |
Parent |
AggregationDesignAttribute オブジェクトの親 AggregationDesignDimension オブジェクトを取得します。 |
ParentAggregationDesign |
AggregationDesignAttribute オブジェクトの親 AggregationDesign オブジェクトを取得します。 |
ParentCube |
AggregationDesignAttribute オブジェクトの親 Cube オブジェクトを取得します。 |
ParentDatabase |
AggregationDesignAttribute オブジェクトの親 Database オブジェクトを取得します。 |
ParentMeasureGroup |
AggregationDesignAttribute オブジェクトの親 MeasureGroup オブジェクトを取得します。 |
ParentServer |
AggregationDesignAttribute オブジェクトの親 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(AggregationDesignAttribute) |
このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。 |
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() |
属性と AggregationDesignDimension 要素間の関連付けを表します。 |
IHostableComponent.Host |
属性と AggregationDesignDimension 要素間の関連付けを表します。 (継承元 ModelComponent) |
IModelComponent.FriendlyPath |
属性と AggregationDesignDimension 要素間の関連付けを表します。 (継承元 ModelComponent) |
IModelComponent.OwningCollection |
属性と AggregationDesignDimension 要素間の関連付けを表します。 (継承元 ModelComponent) |