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
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy PerspectiveMeasure.
- measureId
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveMeasure
Nowy, pusty PerspectiveMeasure.
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