Compartilhar via


Método ModelComponentCollection.Insert (IModelComponent, String, Int32)

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

Inserts an IModelComponent in the ModelComponentCollection.

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

Sintaxe

'Declaração
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer _
)
'Uso
Dim item As IModelComponent 
Dim key As String 
Dim index As Integer 

Me.Insert(item, key, index)
protected void Insert(
    IModelComponent item,
    string key,
    int index
)
protected:
void Insert(
    IModelComponent^ item, 
    String^ key, 
    int index
)
member Insert : 
        item:IModelComponent * 
        key:string * 
        index:int -> unit
protected function Insert(
    item : IModelComponent, 
    key : String, 
    index : int
)

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