Udostępnij za pośrednictwem


Metoda CalculationPropertyCollection.Insert (Int32, String)

Tworzy i wstawia CalculationProperty, 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, _
    calculationReference As String _
) As CalculationProperty
'Użycie
Dim instance As CalculationPropertyCollection
Dim index As Integer
Dim calculationReference As String
Dim returnValue As CalculationProperty

returnValue = instance.Insert(index, calculationReference)
public CalculationProperty Insert(
    int index,
    string calculationReference
)
public:
CalculationProperty^ Insert(
    int index, 
    String^ calculationReference
)
member Insert : 
        index:int * 
        calculationReference:string -> CalculationProperty 
public function Insert(
    index : int, 
    calculationReference : String
) : CalculationProperty

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].