Condividi tramite


Metodo Insert (IModelComponent, String, Int32, Boolean)

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Protected Sub Insert ( _
    item As IModelComponent, _
    key As String, _
    index As Integer, _
    updateDependents As Boolean _
)
'Utilizzo
Dim item As IModelComponent
Dim key As String
Dim index As Integer
Dim updateDependents As Boolean

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