AggregationInstanceMeasure クラス
Aggregation インスタンスで使用されるメジャーに関する情報を表します。
継承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationInstanceMeasure
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")> _
Public Class AggregationInstanceMeasure _
Inherits ModelComponent _
Implements ICloneable
'使用
Dim instance As AggregationInstanceMeasure
[GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : ModelComponent,
ICloneable
[GuidAttribute(L"3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public ref class AggregationInstanceMeasure : public ModelComponent,
ICloneable
[<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure =
class
inherit ModelComponent
interface ICloneable
end
public class AggregationInstanceMeasure extends ModelComponent implements ICloneable
AggregationInstanceMeasure 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AggregationInstanceMeasure() () () () | AggregationInstanceMeasure の新しいインスタンスを既定値で初期化します。 | |
AggregationInstanceMeasure(String) | メジャー識別子を使用して、AggregationInstanceMeasure の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Container | (Component から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | インフラストラクチャです。 (ModelComponent. . :: . .FriendlyName をオーバーライドします。) | |
KeyForCollection | インフラストラクチャです。 (ModelComponent. . :: . .KeyForCollection をオーバーライドします。) | |
MeasureID | Measure 要素を親要素に関連付けます。 | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | インフラストラクチャです。 (ModelComponent から継承されています。) | |
Site | (Component から継承されています。) | |
Source | オブジェクトの新しい完全コピーを作成します。 |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。