Item プロパティ
指定したインデックスにある Group をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Default Property Item ( _
index As Integer _
) As Group
Get
Set
'使用
Dim instance As GroupCollection
Dim index As Integer
Dim value As Group
value = instance(index)
instance(index) = value
public Group this[
int index
] { get; set; }
public:
property Group^ default[int index] {
Group^ get (int index);
void set (int index, Group^ value);
}
member Item : Group with get, set
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
取得する Group の、0 から始まるインデックスです。
プロパティ値
型: Microsoft.AnalysisServices. . :: . .Group
指定したインデックスにある Group です。