RelationshipCollection.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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