AttributeTranslationCollection.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Insert(Int32, AttributeTranslation) |
指定した AttributeTranslation をコレクション内の指定したインデックスに挿入します。 |
Insert(Int32, Int32) |
指定した言語を使用して新しい AttributeTranslation オブジェクトを作成し、それをコレクション内の指定したインデックスに挿入し、作成された新しい AttributeTranslation を返します。 |
Insert(Int32, AttributeTranslation)
指定した AttributeTranslation をコレクション内の指定したインデックスに挿入します。
public void Insert (int index, Microsoft.AnalysisServices.AttributeTranslation item);
override this.Insert : int * Microsoft.AnalysisServices.AttributeTranslation -> unit
Public Sub Insert (index As Integer, item As AttributeTranslation)
パラメーター
- index
- Int32
AttributeTranslation の挿入先である、0 から始まるインデックスです。
- item
- AttributeTranslation
挿入する AttributeTranslation です。
例外
指定したインデックスが有効な値ではありません (0 未満または要素の合計数より大きい)。
- 指定したアイテムは null 参照 (Visual Basic では Nothing) です。
- 指定したアイテムはコレクション内に既に存在しています。
- 指定した AttributeTranslation の言語がコレクション内で無効です。
- 指定した AttributeTranslation の互換性レベルは、コレクション内では無効です。
適用対象
Insert(Int32, Int32)
指定した言語を使用して新しい AttributeTranslation オブジェクトを作成し、それをコレクション内の指定したインデックスに挿入し、作成された新しい AttributeTranslation を返します。
public Microsoft.AnalysisServices.AttributeTranslation Insert (int index, int language);
override this.Insert : int * int -> Microsoft.AnalysisServices.AttributeTranslation
Public Function Insert (index As Integer, language As Integer) As AttributeTranslation
パラメーター
- index
- Int32
AttributeTranslation の挿入先である、0 から始まるインデックスです。
- language
- Int32
新しい AttributeTranslation オブジェクトの言語です。
戻り値
新しく作成された AttributeTranslation オブジェクトです。
例外
指定したインデックスが有効な値ではありません (0 未満または要素の合計数より大きい)。
指定した言語がコレクション内で有効ではありません。