Metoda AccountCollection.Insert (Int32, Account)
Wstawia Account do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Insert ( _
index As Integer, _
item As Account _
)
'Użycie
Dim instance As AccountCollection
Dim index As Integer
Dim item As Account
instance.Insert(index, item)
public void Insert(
int index,
Account item
)
public:
void Insert(
int index,
Account^ item
)
member Insert :
index:int *
item:Account -> unit
public function Insert(
index : int,
item : Account
)
Wyjątki
| Wyjątek | Warunek |
|---|---|
| ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także