Udostępnij za pośrednictwem


Metoda PerspectiveMeasureCollection.Insert (Int32, String)

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

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

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

indexjest mniejszy od zera.

- lub -

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