バージョン

Item プロパティ

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

パラメータ

index

プロパティ値

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