AttributeTranslationCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AttributeTranslation オブジェクトのコレクションを表します。 このクラスは継承できません。
[System.Runtime.InteropServices.Guid("135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public sealed class AttributeTranslationCollection : Microsoft.AnalysisServices.TranslationCollection
[<System.Runtime.InteropServices.Guid("135BA853-5642-47d1-ABB6-AA9E8D612F0A")>]
type AttributeTranslationCollection = class
inherit TranslationCollection
Public NotInheritable Class AttributeTranslationCollection
Inherits TranslationCollection
- 継承
- 属性
プロパティ
Count |
ModelComponentCollection 内の ModelComponent オブジェクトの数を取得します。 (継承元 ModelComponentCollection) |
DemandLoadingService |
コレクションに対する要求に応じた読み込みサービスを取得します。 (継承元 ModelComponentCollection) |
IsFixedSize |
ModelComponentCollection が固定サイズかどうかを示す値を取得します。 (継承元 ModelComponentCollection) |
IsReadOnly |
ModelComponentCollection が読み取り専用かどうかを示す値を取得します。 (継承元 ModelComponentCollection) |
IsSynchronized |
ModelComponentCollection へのアクセスが同期されるかどうか (スレッドセーフかどうか) を示す値を取得します。 (継承元 ModelComponentCollection) |
Item[Int32] |
指定したインデックスにある AttributeTranslation をコレクションから取得します。 |
ItemsType |
コレクションに含まれる可能性のあるオブジェクトの Type を取得します。 (継承元 TranslationCollection) |
Parent |
IModelComponentCollection の親 IModelComponent を取得します。 (継承元 ModelComponentCollection) |
Preloadable |
コレクションを事前に読み込みできるかどうかを示す値を取得します。 (継承元 ModelComponentCollection) |
SyncRoot |
ModelComponentCollection へのアクセスの同期に使用できるオブジェクトを取得します。 (継承元 ModelComponentCollection) |
メソッド
Add(AttributeTranslation) |
指定した AttributeTranslation をコレクションの末尾に追加します。 |
Add(Int32) |
指定した言語を使用して新しい AttributeTranslation オブジェクトを作成し、コレクションの末尾に追加して、作成された新しい AttributeTranslation を返します。 |
Add(Int32, String) |
指定した言語とキャプションを使用して新しい AttributeTranslation オブジェクトを作成し、コレクションの末尾に追加して、作成された新しい AttributeTranslation を返します。 |
Add(ModelComponent) |
ModelComponent オブジェクトを ModelComponentCollection に追加します。 (継承元 ModelComponentCollection) |
Add(ModelComponent, Boolean) |
ModelComponent オブジェクトを ModelComponentCollection に追加します。 (継承元 ModelComponentCollection) |
Add(String, IModelComponent) |
IModelComponent オブジェクトを ModelComponentCollection に追加します。 (継承元 ModelComponentCollection) |
Add(String, IModelComponent, Boolean) |
IModelComponent オブジェクトを ModelComponentCollection に追加します。 (継承元 ModelComponentCollection) |
Add(Translation) |
指定した Translation をコレクションの末尾に追加します。 (継承元 TranslationCollection) |
AddNew(String, String, Type) |
新しい IModelComponent をコレクションに追加します。 (継承元 ModelComponentCollection) |
AddNew(String, Type) |
新しい IModelComponent をコレクションに追加します。 (継承元 ModelComponentCollection) |
CanAdd(ModelComponent, String) |
ModelComponent をコレクションに追加できるかどうかを示します。 (継承元 ModelComponentCollection) |
ChangeKey(String, String) |
コレクションに指定するキーを変更します。 (継承元 ModelComponentCollection) |
Clear() |
ModelComponentCollection からすべての要素を削除します。 (継承元 ModelComponentCollection) |
Contains(AttributeTranslation) |
指定した AttributeTranslation がコレクションに格納されているかどうかを示します。 |
Contains(IModelComponent) |
指定した項目がコレクション内にあるかどうかを判断します。 (継承元 ModelComponentCollection) |
Contains(Int32) |
指定した言語の Translation がコレクションに含まれているかどうかを示します。 (継承元 TranslationCollection) |
Contains(String) |
指定したキーを持つアイテムが ModelComponentCollection に存在するかどうかを示します。 (継承元 ModelComponentCollection) |
Contains(Translation) |
指定した Translation がコレクションに格納されているかどうかを示します。 (継承元 TranslationCollection) |
CopyTo(Array, Int32) |
1 次元配列に ModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックス位置からコピーを開始します。 (継承元 ModelComponentCollection) |
EnsureLoaded() |
コレクションが読み込まれることを確認します。 (継承元 ModelComponentCollection) |
FindByLanguage(Int32) |
指定した言語で Translation を検索します。 (継承元 TranslationCollection) |
GetByLanguage(Int32) |
指定した言語で AttributeTranslation を取得します。 |
GetEnumerator() |
ModelComponentCollection を繰り返し処理できる列挙子を返します。 (継承元 ModelComponentCollection) |
GetItem(String, Boolean, String) |
指定したコンポーネントへの参照を取得します。 (継承元 ModelComponentCollection) |
IndexOf(AttributeTranslation) |
指定した AttributeTranslation を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。 |
IndexOf(IModelComponent) |
指定したアイテムを検索し、コレクション内で見つかったアイテムの 0 から始まるインデックスを返します。 (継承元 ModelComponentCollection) |
IndexOf(Int32) |
指定した言語で Translation を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。 (継承元 TranslationCollection) |
IndexOf(String) |
ModelComponentCollection 内で指定したキーを持つ IModelComponent の最初の発生に対する 0 から始まるインデックスを返します。 (継承元 ModelComponentCollection) |
IndexOf(Translation) |
指定した Translation を検索し、コレクション内で見つかった場合はその 0 から始まるインデックスを返します。 (継承元 TranslationCollection) |
Insert(IModelComponent, String, Int32) |
IModelComponent を ModelComponentCollection に挿入します。 (継承元 ModelComponentCollection) |
Insert(IModelComponent, String, Int32, Boolean) |
IModelComponent を ModelComponentCollection に挿入します。 (継承元 ModelComponentCollection) |
Insert(Int32, AttributeTranslation) |
指定した AttributeTranslation をコレクション内の指定したインデックスに挿入します。 |
Insert(Int32, Int32) |
指定した言語を使用して新しい AttributeTranslation オブジェクトを作成し、それをコレクション内の指定したインデックスに挿入し、作成された新しい AttributeTranslation を返します。 |
Insert(Int32, ModelComponent) |
ModelComponent を ModelComponentCollection に挿入します。 (継承元 ModelComponentCollection) |
Insert(Int32, Translation) |
指定した Translation をコレクション内の指定したインデックスに挿入します。 (継承元 TranslationCollection) |
Move(AttributeTranslation, Int32) |
指定した AttributeTranslation をコレクション内の新しい位置に移動します。 |
Move(Int32, Int32) |
AttributeTranslation をコレクション内の現在位置から新しい位置に移動します。 |
Move(Translation, Int32) |
指定した Translation をコレクション内の新しい位置に移動します。 (継承元 TranslationCollection) |
Remove(AttributeTranslation) |
指定された AttributeTranslation をコレクションから削除します。 |
Remove(AttributeTranslation, Boolean) |
指定された AttributeTranslation をコレクションから削除します。 |
Remove(IModelComponent) |
指定した IModelComponent をコレクションから削除します。 (継承元 ModelComponentCollection) |
Remove(Int32) |
指定した言語の Translation をコレクションから削除します。 (継承元 TranslationCollection) |
Remove(Int32, Boolean) |
指定した言語の Translation をコレクションから削除します。 (継承元 TranslationCollection) |
Remove(Translation) |
指定された Translation をコレクションから削除します。 (継承元 TranslationCollection) |
Remove(Translation, Boolean) |
指定された Translation をコレクションから削除します。 (継承元 TranslationCollection) |
RemoveAt(Int32) |
指定したインデックス位置にある IModelComponent を ModelComponentCollection から削除します。 (継承元 ModelComponentCollection) |
RemoveAt(Int32, Boolean) |
指定したインデックス位置にある IModelComponent を ModelComponentCollection から削除します。 (継承元 ModelComponentCollection) |
イベント
CollectionChanged |
コレクションに変更が生じた場合に発生します。 (継承元 ModelComponentCollection) |
CollectionChanging |
コレクションに変更が生じている場合に発生します。 (継承元 ModelComponentCollection) |