共用方式為


RelationshipCollection.Item[] 屬性

定義

多載

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

屬性值

適用於