Aracılığıyla paylaş


ActionCollection.Item Özelliği (Int32)

Alır Action 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 Action
    Get
'Kullanım
Dim instance As ActionCollection
Dim index As Integer
Dim value As Action

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

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.Action
Action 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].