RelationshipEndAttributeCollection.Item Property (String)
Gets the RelationshipEndAttribute with the specified AttributeID.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
attributeId As String _
) As RelationshipEndAttribute
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- attributeId
Type: System.String
The specified attribute id.
Property Value
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute with the specified AttributeID.