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