DatabaseCollection.Insert Yöntemi (Int32)
Oluşturur ve ekler bir Database içine koleksiyon adresinde belirtilen dizini.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Function Insert ( _
index As Integer _
) As Database
'Kullanım
Dim instance As DatabaseCollection
Dim index As Integer
Dim returnValue As Database
returnValue = instance.Insert(index)
public Database Insert(
int index
)
public:
Database^ Insert(
int index
)
member Insert :
index:int -> Database
public function Insert(
index : int
) : Database
Parametreler
- index
Tür: System.Int32
Hangi sıfır tabanlı dizin yeni Database eklenecektir.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.Database
Bir yeni, boş Database.
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]. |
Ayrıca bkz.