Metoda AggregationDimensionCollection.Insert (Int32, String)
Tworzy i wstawia AggregationDimension, z identyfikatorem określonego 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, _
cubeDimensionId As String _
) As AggregationDimension
'Użycie
Dim instance As AggregationDimensionCollection
Dim index As Integer
Dim cubeDimensionId As String
Dim returnValue As AggregationDimension
returnValue = instance.Insert(index, cubeDimensionId)
public AggregationDimension Insert(
int index,
string cubeDimensionId
)
public:
AggregationDimension^ Insert(
int index,
String^ cubeDimensionId
)
member Insert :
index:int *
cubeDimensionId:string -> AggregationDimension
public function Insert(
index : int,
cubeDimensionId : String
) : AggregationDimension
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy AggregationDimension będą wstawiane.
- cubeDimensionId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDimension
Nowy, pusty AggregationDimension.
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