Gets the Relationship that has the specified identifier from the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
id As String _
) As Relationship
Get
'用途
Dim instance As RelationshipCollection
Dim id As String
Dim value As Relationship
value = instance(id)
public Relationship this[
string id
] { get; }
public:
property Relationship^ default[String^ id] {
Relationship^ get (String^ id);
}
member Item : Relationship
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- id
型別:System.String
The identifier of the Relationship to return.
屬性值
型別:Microsoft.AnalysisServices.Relationship
The Relationship specified by the identifier.