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