Metoda MajorObjectCollection.Insert (Int32, ModelComponent)
Wstawia ModelComponent w MajorObjectCollection pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Protected Friend Overrides Sub Insert ( _
index As Integer, _
item As ModelComponent _
)
'Użycie
Dim index As Integer
Dim item As ModelComponent
Me.Insert(index, item)
protected internal override void Insert(
int index,
ModelComponent item
)
protected public:
virtual void Insert(
int index,
ModelComponent^ item
) override
abstract Insert :
index:int *
item:ModelComponent -> unit
override Insert :
index:int *
item:ModelComponent -> unit
override function Insert(
index : int,
item : ModelComponent
)
Parametry
- index
Typ: System.Int32
Indeks od zera, jaką item powinna zostać dodana.
- item
Typ: Microsoft.AnalysisServices.ModelComponent
ModelComponent Do dodania.
Zobacz także