Metoda CubeCollection.Insert (Int32)
Tworzy i wstawia Cube do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Insert ( _
index As Integer _
) As Cube
'Użycie
Dim instance As CubeCollection
Dim index As Integer
Dim returnValue As Cube
returnValue = instance.Insert(index)
public Cube Insert(
int index
)
public:
Cube^ Insert(
int index
)
member Insert :
index:int -> Cube
public function Insert(
index : int
) : Cube
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy Cube będą wstawiane.
Wartość zwracana
Typ: Microsoft.AnalysisServices.Cube
Nowy, pusty Cube.
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