Partager via


RelationshipEndAttributeCollection.Add Méthode

Définition

Surcharges

Add(RelationshipEndAttribute)

Ajoute l’objet RelationshipEndAttribute spécifié à cette collection.

Add(String)

Crée, ajoute à la collection et retourne un nouvel objet RelationshipEndAttribute.

Add(RelationshipEndAttribute)

Ajoute l’objet RelationshipEndAttribute spécifié à cette collection.

public int Add (Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.Add : Microsoft.AnalysisServices.RelationshipEndAttribute -> int
Public Function Add (item As RelationshipEndAttribute) As Integer

Paramètres

item
RelationshipEndAttribute

RelationshipEndAttribute à ajouter à cette collection.

Retours

Index de base zéro dans la collection où l’élément a été ajouté.

S’applique à

Add(String)

Crée, ajoute à la collection et retourne un nouvel objet RelationshipEndAttribute.

public Microsoft.AnalysisServices.RelationshipEndAttribute Add (string attributeId);
override this.Add : string -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Add (attributeId As String) As RelationshipEndAttribute

Paramètres

attributeId
String

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

Retours

RelationshipEndAttribute nouvellement créé.

S’applique à