Condividi tramite


Metodo NamedComponentCollection.Insert (Int32, ModelComponent)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Inserts a ModelComponent in the NamedComponentCollection.

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

Sintassi

'Dichiarazione
Protected Friend Overrides Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Utilizzo
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
)

Parametri

  • index
    Tipo: System.Int32
    The zero-based index at which item should be inserted. 

Vedere anche

Riferimento

NamedComponentCollection Classe

Overload Insert

Spazio dei nomi Microsoft.AnalysisServices