'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As XmlaQueryProperty
public XmlaQueryProperty this[ System.int index ]; {get; set;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index は System.Collections.Generic.IList`1 では有効なインデックスではありません。 |
System.NotSupportedException | プロパティが設定されており、System.Collections.Generic.IList`1 は読み取り専用です。 |
オンラインで表示: GitHub