PropertyCollection.Item プロパティ (Int32)

指定したインデックスの PropertyPropertyCollection コレクションから取得します。 Microsoft Visual C# の場合、このプロパティは PropertyCollection クラスのインデクサーとなります。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Property 
    Get
'使用
Dim instance As PropertyCollection 
Dim index As Integer 
Dim value As [Property]

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

パラメーター

プロパティ値

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

関連項目

参照

PropertyCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間