ModelComponentCollection.Insert Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Insert(IModelComponent, String, Int32) |
Inserisce un oggetto IModelComponent in ModelComponentCollection. |
Insert(IModelComponent, String, Int32, Boolean) |
Inserisce un oggetto IModelComponent in ModelComponentCollection. |
Insert(Int32, ModelComponent) |
Inserisce un oggetto ModelComponent in ModelComponentCollection. |
Insert(IModelComponent, String, Int32)
Inserisce un oggetto IModelComponent in 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)
Parametri
- item
- IModelComponent
Elemento da inserire.
- key
- String
Chiave.
- index
- Int32
Indice in base zero in corrispondenza del quale deve essere inserito item.
Si applica a
Insert(IModelComponent, String, Int32, Boolean)
Inserisce un oggetto IModelComponent in 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)
Parametri
- item
- IModelComponent
Elemento da inserire.
- key
- String
Chiave.
- index
- Int32
Indice in base zero in corrispondenza del quale deve essere inserito item.
- updateDependents
- Boolean
Indica se aggiornare gli oggetti dipendenti.
Si applica a
Insert(Int32, ModelComponent)
Inserisce un oggetto ModelComponent in 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)
Parametri
- index
- Int32
Indice in base zero in corrispondenza del quale deve essere inserito item.
- item
- ModelComponent
Elemento da inserire.