Metoda PerspectiveKpiCollection.Insert (Int32, String)
Tworzy i wstawia PerspectiveKpi ma określony identyfikator 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, _
id As String _
) As PerspectiveKpi
'Użycie
Dim instance As PerspectiveKpiCollection
Dim index As Integer
Dim id As String
Dim returnValue As PerspectiveKpi
returnValue = instance.Insert(index, id)
public PerspectiveKpi Insert(
int index,
string id
)
public:
PerspectiveKpi^ Insert(
int index,
String^ id
)
member Insert :
index:int *
id:string -> PerspectiveKpi
public function Insert(
index : int,
id : String
) : PerspectiveKpi
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy PerspectiveKpi.
- id
Typ: System.String
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveKpi
Nowy, pusty PerspectiveKpi.
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