Compartir a través de


MajorObjectCollection.Insert Método (Int32, ModelComponent)

Inserts a ModelComponent in the MajorObjectCollection at the specified index.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Protected Friend Overrides Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Uso
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
)

Parámetros

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

Comentarios

If item does not implement IMajorObject, an error occurs.

Vea también

Referencia

MajorObjectCollection Clase

Sobrecarga de Insert

Espacio de nombres Microsoft.AnalysisServices