RelationshipEndAttributeCollection.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 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