RelationshipEndAttributeCollection.Add Methode

Definition

Überlädt

Add(RelationshipEndAttribute)

Fügt das angegebene RelationshipEndAttribute-Objekt dieser Collection hinzu.

Add(String)

Erstellt ein neues RelationshipEndAttribute-Objekt, fügt es einer Collection hinzu und gibt es zurück.

Add(RelationshipEndAttribute)

Fügt das angegebene RelationshipEndAttribute-Objekt dieser Collection hinzu.

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

Parameter

item
RelationshipEndAttribute

Das RelationshipEndAttribute-Objekt, das dieser Collection hinzugefügt werden soll.

Gibt zurück

Der nullbasierte Index in der Sammlung, in der das Element hinzugefügt wurde.

Gilt für:

Add(String)

Erstellt ein neues RelationshipEndAttribute-Objekt, fügt es einer Collection hinzu und gibt es zurück.

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

Parameter

attributeId
String

Die AttributeID für das neue RelationshipEndAttribute-Objekt (muss in dieser Collection eindeutig sein).

Gibt zurück

Das neu erstellte RelationshipEndAttribute-Objekt.

Gilt für: