AttributeTranslationCollection クラス
この記事の内容
AttributeTranslation オブジェクトのコレクションが含まれます。 このクラスは継承できません。
継承階層
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.TranslationCollection
Microsoft.AnalysisServices.AttributeTranslationCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")> _
Public NotInheritable Class AttributeTranslationCollection _
Inherits TranslationCollection
'使用
Dim instance As AttributeTranslationCollection
[GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public sealed class AttributeTranslationCollection : TranslationCollection
[GuidAttribute(L"135BA853-5642-47d1-ABB6-AA9E8D612F0A")]
public ref class AttributeTranslationCollection sealed : public TranslationCollection
[<SealedAttribute>]
[<GuidAttribute("135BA853-5642-47d1-ABB6-AA9E8D612F0A")>]
type AttributeTranslationCollection =
class
inherit TranslationCollection
end
public final class AttributeTranslationCollection extends TranslationCollection
AttributeTranslationCollection 型は、以下のメンバーを公開しています。
プロパティ
先頭に戻る
メソッド
Add(Int32)
指定した言語の AttributeTranslation を作成し、コレクションの末尾に追加します。
Add(AttributeTranslation)
AttributeTranslation をコレクションの末尾に追加します。
Add(ModelComponent)
インフラストラクチャです。ModelComponentCollection に ModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。)
Add(Translation)
Translation をコレクションの末尾に追加します。 (TranslationCollection から継承されています。)
Add(Int32, String)
指定した言語およびキャプションの AttributeTranslation を作成し、コレクションの末尾に追加します。
Add(ModelComponent, Boolean)
インフラストラクチャです。ModelComponentCollection に ModelComponent オブジェクトを追加します。 (ModelComponentCollection から継承されています。)
CanAdd
インフラストラクチャです。ModelComponent をコレクションに追加できるかどうかを示します。 (ModelComponentCollection から継承されています。)
ChangeKey
インフラストラクチャです。コレクションに指定するキーを変更します。 (ModelComponentCollection から継承されています。)
Clear
すべての要素を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
Contains(Int32)
指定した言語の Translation がコレクションに含まれているかどうかを示します。 (TranslationCollection から継承されています。)
Contains(AttributeTranslation)
指定した AttributeTranslation がコレクションに含まれているかどうかを示します。
Contains(Translation)
指定した Translation がコレクションに含まれているかどうかを示します。 (TranslationCollection から継承されています。)
CopyTo
1 次元の Array に ModelComponentCollection 全体をコピーします。その際、コピー対象の配列の指定したインデックスからコピーを開始します。 (ModelComponentCollection から継承されています。)
Equals
(Object から継承されています。)
FindByLanguage
指定した言語の Translation がコレクションに含まれているかどうかを示します。 (TranslationCollection から継承されています。)
GetByLanguage
指定した言語の AttributeTranslation がコレクションに含まれているかどうかを示します。
GetEnumerator
ModelComponentCollection を繰り返し処理できる列挙子を返します。 (ModelComponentCollection から継承されています。)
GetHashCode
(Object から継承されています。)
GetType
(Object から継承されています。)
IndexOf(Int32)
指定した言語の Translation のインデックスを取得します。 (TranslationCollection から継承されています。)
IndexOf(AttributeTranslation)
指定した AttributeTranslation のインデックスを取得します。
IndexOf(Translation)
指定した Translation のインデックスを取得します。 (TranslationCollection から継承されています。)
Insert(Int32, AttributeTranslation)
AttributeTranslation をコレクション内の指定したインデックスに挿入します。
Insert(Int32, Int32)
指定した言語の AttributeTranslation を作成し、コレクション内の指定したインデックスに挿入します。
Insert(Int32, ModelComponent)
インフラストラクチャです。ModelComponent を ModelComponentCollection に挿入します。 (ModelComponentCollection から継承されています。)
Insert(Int32, Translation)
Translation をコレクション内の指定したインデックスに挿入します。 (TranslationCollection から継承されています。)
Move(Int32, Int32)
指定した現在のインデックスにある AttributeTranslation を、コレクション内の指定した新しいインデックスに移動します。
Move(AttributeTranslation, Int32)
AttributeTranslation をコレクション内の新しいインデックスに移動します。
Move(Translation, Int32)
Translation をコレクション内の新しいインデックスに移動します。 (TranslationCollection から継承されています。)
Remove(Int32)
指定した言語の Translation をコレクションから削除します。 (TranslationCollection から継承されています。)
Remove(AttributeTranslation)
指定した AttributeTranslation をコレクションから削除します。
Remove(IModelComponent)
指定した IModelComponent をコレクションから削除します。 (ModelComponentCollection から継承されています。)
Remove(Translation)
指定した Translation をコレクションから削除します。 (TranslationCollection から継承されています。)
Remove(Int32, Boolean)
インフラストラクチャです。指定した言語の Translation をコレクションから削除します。 (TranslationCollection から継承されています。)
Remove(AttributeTranslation, Boolean)
インフラストラクチャです。指定した AttributeTranslation をこのコレクションから削除します。
Remove(Translation, Boolean)
インフラストラクチャです。指定した Translation をコレクションから削除します。 (TranslationCollection から継承されています。)
RemoveAt(Int32)
指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
RemoveAt(Int32, Boolean)
インフラストラクチャです。指定したインデックスにある IModelComponent を ModelComponentCollection から削除します。 (ModelComponentCollection から継承されています。)
ToString
(Object から継承されています。)
先頭に戻る
イベント
先頭に戻る
明示的なインターフェイスの実装
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
参照
Microsoft.AnalysisServices 名前空間