Metoda CubeCollection.Insert (Int32, Cube)
Wstawia Cube 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 Cube _
)
'Użycie
Dim instance As CubeCollection
Dim index As Integer
Dim item As Cube
instance.Insert(index, item)
public void Insert(
int index,
Cube item
)
public:
void Insert(
int index,
Cube^ item
)
member Insert :
index:int *
item:Cube -> unit
public function Insert(
index : int,
item : Cube
)
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy Cube będą wstawiane.
- item
Typ: Microsoft.AnalysisServices.Cube
Cube Do wstawienia.
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