Aracılığıyla paylaş


PerspectiveCalculationCollection.Item Özelliği (Int32)

Alır PerspectiveCalculation belirtilen dizin adresindeki 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 PerspectiveCalculation
    Get
'Kullanım
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim value As PerspectiveCalculation

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

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.PerspectiveCalculation
A PerspectiveCalculation sırasında belirtilen dizin.

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].