Partager via


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

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Inserts an IModelComponent in the ModelComponentCollection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

ModelComponentCollection Classe

Surcharge Insert

Espace de noms Microsoft.AnalysisServices