PropertyCollection.Item プロパティ (Int32)
指定したインデックスの Property を PropertyCollection コレクションから取得します。 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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
検索する Property の 0 から始まるインデックスです。
プロパティ値
型: Microsoft.AnalysisServices.AdomdClient.Property
指定したインデックスにある Property です。