RelationshipEndAttributeCollection.Item[] Property

Definition

Overloads

Item[String]

Gets the RelationshipEndAttribute with the specified AttributeID.

Item[Int32]

Gets the RelationshipEndAttribute at the specified zero-based index.

Item[String]

Gets the RelationshipEndAttribute with the specified AttributeID.

public Microsoft.AnalysisServices.RelationshipEndAttribute this[string attributeId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.RelationshipEndAttribute
Default Public ReadOnly Property Item(attributeId As String) As RelationshipEndAttribute

Parameters

attributeId
String

Property Value

Applies to

Item[Int32]

Gets the RelationshipEndAttribute at the specified zero-based index.

public Microsoft.AnalysisServices.RelationshipEndAttribute this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.RelationshipEndAttribute
Default Public ReadOnly Property Item(index As Integer) As RelationshipEndAttribute

Parameters

index
Int32

Property Value

Applies to