Udostępnij za pośrednictwem


Metoda NamedComponentCollection.Insert (Int32, ModelComponent)

Ten element członkowski zastępuje element ModelComponentCollection.Insert(Int32, ModelComponent).

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