Aracılığıyla paylaş


AggregationDesignCollection.Item Özelliği (Int32)

Alır AggregationDesign, belirtilen dizin adresindeki dan koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationDesign
    Get
'Kullanım
Dim instance As AggregationDesignCollection
Dim index As Integer
Dim value As AggregationDesign

value = instance(index)
public AggregationDesign this[
    int index
] { get; }
public:
property AggregationDesign^ default[int index] {
    AggregationDesign^ get (int index);
}
member Item : AggregationDesign
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign Adresinde belirtilen dizini.

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

indexsıfırdan küçük.

- veya -

index' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].