Share via


RelationshipEndAttributeCollection.Insert Méthode

Définition

Surcharges

Insert(Int32, RelationshipEndAttribute)

Insère un objet RelationshipEndAttribute dans cette collection à l’index spécifié.

Insert(Int32, String)

Crée, insère à l’index spécifié et retourne un nouvel objet RelationshipEndAttribute.

Insert(Int32, RelationshipEndAttribute)

Insère un objet RelationshipEndAttribute dans cette collection à l’index spécifié.

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)

Paramètres

index
Int32

Index de base zéro dans lequel l’objet RelationshipEndAttribute est inséré.

item
RelationshipEndAttribute

RelationshipEndAttribute à insérer dans cette collection.

S’applique à

Insert(Int32, String)

Crée, insère à l’index spécifié et retourne un nouvel objet 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

Paramètres

index
Int32

Index de base zéro dans lequel le nouvel objet RelationshipEndAttribute est inséré.

attributeId
String

AttributeID pour le nouvel objet RelationshipEndAttribute (doit être unique dans cette collection).

Retours

RelationshipEndAttribute nouvellement créé.

S’applique à