RestoreLocationCollection.Insert Yöntemi
Ekler bir RestoreLocation içine koleksiyon adresinde belirtilen dizini.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub Insert ( _
index As Integer, _
item As RestoreLocation _
)
'Kullanım
Dim instance As RestoreLocationCollection
Dim index As Integer
Dim item As RestoreLocation
instance.Insert(index, item)
public void Insert(
int index,
RestoreLocation item
)
public:
void Insert(
int index,
RestoreLocation^ item
)
member Insert :
index:int *
item:RestoreLocation -> unit
public function Insert(
index : int,
item : RestoreLocation
)
Parametreler
- index
Tür: System.Int32
En yeni eklemek sıfır tabanlı dizini RestoreLocation.
- item
Tür: Microsoft.AnalysisServices.RestoreLocation
RestoreLocation Ekle.
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]. |