RelationshipEndAttributeCollection.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(Int32, RelationshipEndAttribute) |
Inserisce un elemento RelationshipEndAttribute nella raccolta in corrispondenza dell'indice specificato. |
Insert(Int32, String) |
Crea, inserisce in corrispondenza dell'indice specificato e restituisce un nuovo elemento RelationshipEndAttribute. |
Insert(Int32, RelationshipEndAttribute)
Inserisce un elemento RelationshipEndAttribute nella raccolta in corrispondenza dell'indice specificato.
public void Insert (int index, Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.Insert : int * Microsoft.AnalysisServices.RelationshipEndAttribute -> unit
Public Sub Insert (index As Integer, item As RelationshipEndAttribute)
Parametri
- index
- Int32
Indice in base zero in corrispondenza del quale viene inserito l'elemento RelationshipEndAttribute.
Elemento RelationshipEndAttribute da inserire in questa raccolta.
Si applica a
Insert(Int32, String)
Crea, inserisce in corrispondenza dell'indice specificato e restituisce un nuovo elemento RelationshipEndAttribute.
public Microsoft.AnalysisServices.RelationshipEndAttribute Insert (int index, string attributeId);
override this.Insert : int * string -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Insert (index As Integer, attributeId As String) As RelationshipEndAttribute
Parametri
- index
- Int32
Indice in base zero in corrispondenza del quale viene inserito il nuovo elemento RelationshipEndAttribute.
- attributeId
- String
AttributeID del nuovo elemento RelationshipEndAttribute che deve essere univoco in questa raccolta.
Restituisce
Elemento RelationshipEndAttribute appena creato.