Metoda PerspectiveCalculationCollection.Insert (Int32, String, PerspectiveCalculationType)
Tworzy i wstawia PerspectiveCalculation, o określonej nazwie i PerspectiveCalculationType wartość 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, _
type As PerspectiveCalculationType _
) As PerspectiveCalculation
'Użycie
Dim instance As PerspectiveCalculationCollection
Dim index As Integer
Dim name As String
Dim type As PerspectiveCalculationType
Dim returnValue As PerspectiveCalculation
returnValue = instance.Insert(index, name, _
type)
public PerspectiveCalculation Insert(
int index,
string name,
PerspectiveCalculationType type
)
public:
PerspectiveCalculation^ Insert(
int index,
String^ name,
PerspectiveCalculationType type
)
member Insert :
index:int *
name:string *
type:PerspectiveCalculationType -> PerspectiveCalculation
public function Insert(
index : int,
name : String,
type : PerspectiveCalculationType
) : PerspectiveCalculation
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy PerspectiveCalculation.
- name
Typ: System.String
Nazwa PerspectiveCalculation do wstawiania.
- type
Typ: Microsoft.AnalysisServices.PerspectiveCalculationType
PerspectiveCalculationType Wartość PerspectiveCalculation do dodania.
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