Metoda PerspectiveCalculationCollection.Insert (Int32, String)
Tworzy i wstawia PerspectiveCalculation, z określoną nazwą 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, _
name As String _
) As PerspectiveCalculation
'Użycie
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim name As String
Dim returnValue As PerspectiveCalculation
returnValue = instance.Insert(index, name)
public PerspectiveCalculation Insert(
int index,
string name
)
public:
PerspectiveCalculation^ Insert(
int index,
String^ name
)
member Insert :
index:int *
name:string -> PerspectiveCalculation
public function Insert(
index : int,
name : String
) : PerspectiveCalculation
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveCalculation
Nowy, pusty PerspectiveCalculation.
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