Condividi tramite


Metodo Insert (Int32, ModelComponent)

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Friend Overridable Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Utilizzo
Dim index As Integer
Dim item As ModelComponent

Me.Insert(index, item)
protected internal virtual void Insert(
    int index,
    ModelComponent item
)
protected public:
virtual void Insert(
    int index, 
    ModelComponent^ item
)
abstract Insert : 
        index:int * 
        item:ModelComponent -> unit 
override Insert : 
        index:int * 
        item:ModelComponent -> unit 
 function Insert(
    index : int, 
    item : ModelComponent
)