RestoreLocationCollection.Item Özelliği
Alır RestoreLocation 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 RestoreLocation
Get
Set
'Kullanım
Dim instance As RestoreLocationCollection
Dim index As Integer
Dim value As RestoreLocation
value = instance(index)
instance(index) = value
public RestoreLocation this[
int index
] { get; set; }
public:
property RestoreLocation^ default[int index] {
RestoreLocation^ get (int index);
void set (int index, RestoreLocation^ value);
}
member Item : RestoreLocation with get, set
JScript, dizinli özelliklerin kullanılmasını destekler, ancak yenilerinin bildirilmesini desteklemez.
Parametreler
- index
Tür: System.Int32
Sıfır tabanlı dizini RestoreLocation return.
Özellik Değeri
Tür: Microsoft.AnalysisServices.RestoreLocation
RestoreLocation 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. |