RelationshipCollection.Item[] Property

Definition

Overloads

Item[String]

Gets the Relationship with the specified ID.

Item[Int32]

Gets the Relationship at the specified zero-based index.

Item[String]

Gets the Relationship with the specified ID.

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

Parameters

id
String

Property Value

Applies to

Item[Int32]

Gets the Relationship at the specified zero-based index.

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

Parameters

index
Int32

Property Value

Applies to