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