Partager via


Méthode ModelComponentCollection.Insert (Int32, ModelComponent)

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 ModelComponent in the ModelComponentCollection.

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

Syntaxe

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

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