Insert méthode (Int32, ModelComponent)
Ce membre se substitue à ModelComponentCollection. . :: . .Insert(Int32, ModelComponent).
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Friend Overrides Sub Insert ( _
index As Integer, _
item As ModelComponent _
)
'Utilisation
Dim index As Integer
Dim item As ModelComponent
Me.Insert(index, item)
protected internal override void Insert(
int index,
ModelComponent item
)
protected public:
virtual void Insert(
int index,
ModelComponent^ item
) override
abstract Insert :
index:int *
item:ModelComponent -> unit
override Insert :
index:int *
item:ModelComponent -> unit
override function Insert(
index : int,
item : ModelComponent
)
Paramètres
- index
Type : System. . :: . .Int32