Measure クラス

定義

集計を取得するファクト属性を定義します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.Runtime.InteropServices.Guid("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure = class
    inherit NamedComponent
    interface ICloneable
Public NotInheritable Class Measure
Inherits NamedComponent
Implements ICloneable
継承
属性
実装

コンストラクター

Measure()

既定値を使用して、Measure の新しいインスタンスを初期化します。

Measure(String)

指定した名前を使用して、Measure の新しいインスタンスを初期化します。

Measure(String, String)

指定した名前と識別子を使用して、Measure の新しいインスタンスを初期化します。

フィールド

MaxIDLength

識別子の最大長を指定します。

(継承元 NamedComponent)
MaxNameLength

名前の最大長を指定します。

(継承元 NamedComponent)

プロパティ

AggregateFunction

現在のメジャーに適用される集計関数を取得します。値の設定も可能です。

Annotations

カスタム データを格納できるコレクションを取得します。

(継承元 ModelComponent)
BackColor

Measure の表示の BackColor を取得または設定します。

DataType

現在のメジャーのデータ型を取得します。値の設定も可能です。

Description

コンポーネントの説明を取得します。値の設定も可能です。

(継承元 NamedComponent)
DisplayFolder

クライアントによって使用される Measure の DisplayFolder 情報を取得または設定します。

FontFlags

クライアントによって使用される Measure の FontFlags 情報を取得または設定します。

FontName

クライアントによって使用される Measure の FontName 情報を取得または設定します。

FontSize

クライアントによって使用される Measure の FontSize 情報を取得または設定します。

ForeColor

クライアントによって使用される Measure の ForeColor 情報を取得または設定します。

FormatString

クライアントによって使用される Measure の FormatString 情報を取得または設定します。

FriendlyName

コンポーネントのわかりやすい名前を取得します。

(継承元 NamedComponent)
ID

コンポーネントの識別子を取得または設定します。

(継承元 NamedComponent)
IsLinked

現在のメジャーがリンクされているかどうかを示す値を取得します。

KeyForCollection

コレクションで使用されているキーを取得します。

(継承元 NamedComponent)
MeasureExpression

メジャーの式を取得または設定します。

Name

コンポーネントの名前を取得します。値の設定も可能です。

(継承元 NamedComponent)
OwningCollection

ModelComponent を格納するコレクションを取得または設定します。

(継承元 ModelComponent)
Parent

Measure オブジェクトの親 MeasureGroup オブジェクトを取得します。

ParentCube

Measure オブジェクトの親 Cube オブジェクトを取得します。

ParentDatabase

Measure オブジェクトの親 Database オブジェクトを取得します。

ParentServer

Measure オブジェクトの親 Server オブジェクトを取得します。

Site

コンポーネントに関連付けられているサイトを取得または設定します。

(継承元 NamedComponent)
SiteID

コンポーネントに関連付けられているサイトの識別子を取得または設定します。

(継承元 NamedComponent)
Source

現在のメジャーのソース データ アイテムを取得または設定します。

Translations

現在のメジャーの変換のコレクションを取得します。

Visible

Measure をクライアントに対して表示するかどうかを示す値を取得または設定します。

メソッド

AddToContainer(IContainer)

ModelComponent オブジェクトを指定したコンテナーに追加します。

(継承元 ModelComponent)
AfterInsert(Int32)

指定のインデックスに追加した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterMove(Int32, Int32)

指定のインデックスに移動した後、ModelComponent オブジェクトを表示します。

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

ModelComponent オブジェクトを削除した後、ModelComponentCollection を表示します。

(継承元 ModelComponent)
BeforeRemove(Boolean)

クリーンアップする前に ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Clone()

オブジェクトの複製を返します。

CopyTo(Measure)

このオブジェクトの内容を別のオブジェクト (コピー先) にコピーします。

CopyTo(ModelComponent)

指定したオブジェクトに ModelComponent オブジェクトをコピーします。

(継承元 ModelComponent)
CopyTo(NamedComponent)

NamedComponent オブジェクトを指定したオブジェクトにコピーします。

(継承元 NamedComponent)
RemoveFromContainer(IContainer)

指定したコンテナーから ModelComponent オブジェクトを削除します。

(継承元 ModelComponent)
Reset()

コンポーネントを初期状態にリセットします。

(継承元 NamedComponent)
Submit()

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
Submit(Boolean)

ModelComponent オブジェクトを送信します。

(継承元 ModelComponent)
ToString()

名前付きコンポーネントを表す文字列を返します。

(継承元 NamedComponent)
Validate(ValidationErrorCollection)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

追加先の要素を検証します。コレクション内で検出されたエラーが返されます。 パラメーターを使って、詳細なエラー情報を返すように指定できます。

(継承元 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

Measure が有効かどうかを判断します。

明示的なインターフェイスの実装

ICloneable.Clone()

集計を取得するファクト属性を定義します。 このクラスは継承できません。

IFormattable.ToString(String, IFormatProvider)

集計を取得するファクト属性を定義します。 このクラスは継承できません。

(継承元 NamedComponent)
IHostableComponent.Host

集計を取得するファクト属性を定義します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

集計を取得するファクト属性を定義します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.OwningCollection

集計を取得するファクト属性を定義します。 このクラスは継承できません。

(継承元 ModelComponent)

適用対象