RelationshipCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Item[String] |
取得具有指定識別碼的 Relationship。 |
Item[Int32] |
取得以零為基底的索引處的關聯性。 |
Item[String]
取得具有指定識別碼的 Relationship。
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
參數
- id
- String
屬性值
適用於
Item[Int32]
取得以零為基底的索引處的關聯性。
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
參數
- index
- Int32