Compartilhar via


Método ModelComponentCollection.Insert (Int32, ModelComponent)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Inserts an ModelComponent in the ModelComponentCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected Friend Overridable Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

ModelComponentCollection Classe

Sobrecarregado Insert

Namespace Microsoft.AnalysisServices