AdomdPropertyCollection.Item プロパティ

AdomdPropertyCollection から指定したインデックスの AdomdProperty を取得します。値の設定も可能です。 Microsoft Visual C# の場合、このプロパティは AdomdPropertyCollection クラスのインデクサーとなります。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public Default Property Item ( _
    index As Integer _
) As AdomdProperty 
    Get 
    Set
'使用
Dim instance As AdomdPropertyCollection 
Dim index As Integer 
Dim value As AdomdProperty 

value = instance(index)

instance(index) = value
public AdomdProperty this[
    int index
] { get; set; }
public:
property AdomdProperty^ default[int index] {
    AdomdProperty^ get (int index);
    void set (int index, AdomdProperty^ value);
}
member Item : AdomdProperty with get, set
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
指定したインデックスにある要素です。

関連項目

参照

AdomdPropertyCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間