バージョン

Insert メソッド (XmlaPropertiesCollection)

項目を指定されたインデックスの System.Collections.Generic.IList`1 に挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As XmlaQueryProperty _
) 
public void Insert( 
   System.int index,
   XmlaQueryProperty item
)

パラメータ

index
item を挿入するゼロから始まるインデックス。
item
System.Collections.Generic.IList`1 に挿入するオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexSystem.Collections.Generic.IList`1 では有効なインデックスではありません。
System.NotSupportedExceptionSystem.Collections.Generic.IList`1 は読み取り専用です。
参照

オンラインで表示: GitHub