AttributeTranslation クラス

定義

Attribute 要素に関連付けられた変換を表します。 このクラスは継承できません。

[System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")]
public sealed class AttributeTranslation : Microsoft.AnalysisServices.Translation
[<System.Runtime.InteropServices.Guid("D896905A-32A1-4bb9-96DA-4B8941A15EF0")>]
type AttributeTranslation = class
    inherit Translation
Public NotInheritable Class AttributeTranslation
Inherits Translation
継承
AttributeTranslation
属性

コンストラクター

AttributeTranslation()

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

AttributeTranslation(Int32)

特定の言語を使用して AttributeTranslation クラスの新しいインスタンスを初期化します。

AttributeTranslation(Int32, String)

指定された言語とキャプションを使用して AttributeTranslation クラスの新しいインスタンスを初期化します。

プロパティ

Annotations

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

(継承元 ModelComponent)
Caption

クライアントでの表示に使用されるキャプションを取得します。値の設定も可能です。

(継承元 Translation)
CaptionColumn

AttributeTranslation オブジェクトに関連付けられたデータ アイテム CaptionColumn を取得します。値の設定も可能です。

CollectionCaption

翻訳のコレクションのキャプションを取得または設定します。

(継承元 Translation)
Description

翻訳の説明を取得または設定します。

(継承元 Translation)
DisplayFolder

翻訳の表示フォルダーを取得または設定します。

(継承元 Translation)
FriendlyName

翻訳のわかりやすい名前を取得します。

(継承元 Translation)
KeyForCollection

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

(継承元 Translation)
Language

Translation のロケール識別子コードで定義されている言語を取得または設定します。

(継承元 Translation)
MembersWithDataCaption

AttributeTranslation オブジェクトに関連付けられたデータ キャプションを含むメンバーを取得します。値の設定も可能です。

OwningCollection

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

(継承元 ModelComponent)
Parent

AttributeTranslation オブジェクトの親ディメンション属性を取得します。

ParentDatabase

AttributeTranslation オブジェクトに関連付けられた親データベースを取得します。

ParentDimension

AttributeTranslation オブジェクトに関連付けられた親ディメンションを取得します。

SourceDescription

属性データの元のソースの説明を取得または設定します。

メソッド

AddToContainer(IContainer)

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

(継承元 ModelComponent)
AfterInsert(Int32)

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

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

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

(継承元 ModelComponent)
AfterRemove(ModelComponentCollection)

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

(継承元 ModelComponent)
BeforeRemove(Boolean)

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

(継承元 ModelComponent)
Clone()

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

CopyTo(AttributeTranslation)

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

CopyTo(ModelComponent)

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

(継承元 ModelComponent)
CopyTo(Translation)

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

(継承元 Translation)
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()

Attribute 要素に関連付けられた変換を表します。 このクラスは継承できません。

(継承元 Translation)
IHostableComponent.Host

Attribute 要素に関連付けられた変換を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.FriendlyPath

Attribute 要素に関連付けられた変換を表します。 このクラスは継承できません。

(継承元 ModelComponent)
IModelComponent.OwningCollection

Attribute 要素に関連付けられた変換を表します。 このクラスは継承できません。

(継承元 ModelComponent)

適用対象