Metoda AggregationDesignDimensionCollection.Insert (Int32, String)
Tworzy i wstawia AggregationDesignDimension, 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 AggregationDesignDimension
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim index As Integer
Dim cubeDimensionId As String
Dim returnValue As AggregationDesignDimension
returnValue = instance.Insert(index, cubeDimensionId)
public AggregationDesignDimension Insert(
int index,
string cubeDimensionId
)
public:
AggregationDesignDimension^ Insert(
int index,
String^ cubeDimensionId
)
member Insert :
index:int *
cubeDimensionId:string -> AggregationDesignDimension
public function Insert(
index : int,
cubeDimensionId : String
) : AggregationDesignDimension
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym nowy AggregationDesignDimension będą wstawiane.
- cubeDimensionId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDesignDimension
Nowy, pusty AggregationDesignDimension.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |