バージョン

Item プロパティ (XmlaPropertiesCollection)

指定したインデックスの要素を取得または設定します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As XmlaQueryProperty
public XmlaQueryProperty this[ 
   System.int index
]; {get; set;}

パラメータ

index

プロパティ値

指定されたインデックスにある要素。
例外
例外解説
System.ArgumentOutOfRangeExceptionindexSystem.Collections.Generic.IList`1 では有効なインデックスではありません。
System.NotSupportedExceptionプロパティが設定されており、System.Collections.Generic.IList`1 は読み取り専用です。
参照

オンラインで表示: GitHub