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