ModelComponentCollection.Insert Méthode

Définition

Surcharges

Insert(IModelComponent, String, Int32)

Insère un objet IModelComponent dans ModelComponentCollection.

Insert(IModelComponent, String, Int32, Boolean)

Insère un objet IModelComponent dans ModelComponentCollection.

Insert(Int32, ModelComponent)

Insère un objet ModelComponent dans ModelComponentCollection.

Insert(IModelComponent, String, Int32)

Insère un objet IModelComponent dans ModelComponentCollection.

protected void Insert (Microsoft.AnalysisServices.IModelComponent item, string key, int index);
member this.Insert : Microsoft.AnalysisServices.IModelComponent * string * int -> unit
Protected Sub Insert (item As IModelComponent, key As String, index As Integer)

Paramètres

item
IModelComponent

Élément à insérer.

key
String

Clé.

index
Int32

Index de base zéro au niveau duquel l'élément doit être inséré.

S’applique à

Insert(IModelComponent, String, Int32, Boolean)

Insère un objet IModelComponent dans ModelComponentCollection.

protected void Insert (Microsoft.AnalysisServices.IModelComponent item, string key, int index, bool updateDependents);
member this.Insert : Microsoft.AnalysisServices.IModelComponent * string * int * bool -> unit
Protected Sub Insert (item As IModelComponent, key As String, index As Integer, updateDependents As Boolean)

Paramètres

item
IModelComponent

Élément à insérer.

key
String

Clé.

index
Int32

Index de base zéro au niveau duquel l'élément doit être inséré.

updateDependents
Boolean

Indique s'il faut mettre à jour les dépendants.

S’applique à

Insert(Int32, ModelComponent)

Insère un objet ModelComponent dans ModelComponentCollection.

protected internal virtual void Insert (int index, Microsoft.AnalysisServices.ModelComponent item);
abstract member Insert : int * Microsoft.AnalysisServices.ModelComponent -> unit
override this.Insert : int * Microsoft.AnalysisServices.ModelComponent -> unit
Protected Friend Overridable Sub Insert (index As Integer, item As ModelComponent)

Paramètres

index
Int32

Index de base zéro au niveau duquel l'élément doit être inséré.

item
ModelComponent

Élément à insérer.

S’applique à