Aracılığıyla paylaş


BackupLocationCollection.Item Özelliği

Alır veya ayarlar BackupLocation belirtilen dizin adresindeki koleksiyon.

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

Sözdizimi

'Bildirim
Public Default Property Item ( _
    index As Integer _
) As BackupLocation
    Get
    Set
'Kullanım
Dim instance As BackupLocationCollection
Dim index As Integer
Dim value As BackupLocation

value = instance(index)

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

Parametreler

Özellik Değeri

Tür: Microsoft.AnalysisServices.BackupLocation
BackupLocation 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 Count.