RelationshipEnd.Attributes Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of attributes in the relationship.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayItemAttribute("Attribute")]
[BrowsableAttribute(false)]
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
public RelationshipEndAttributeCollection Attributes { get; }
public:
[XmlArrayItemAttribute("Attribute")]
[BrowsableAttribute(false)]
[XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
property RelationshipEndAttributeCollection^ Attributes {
    RelationshipEndAttributeCollection^ get();
}
[<XmlArrayItemAttribute("Attribute")>]
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
member Attributes : RelationshipEndAttributeCollection with get
<XmlArrayItemAttribute("Attribute")>
<BrowsableAttribute(False)>
<XmlArrayAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
Public ReadOnly Property Attributes As RelationshipEndAttributeCollection

Property Value

Type: Microsoft.AnalysisServices.RelationshipEndAttributeCollection

The collection of attributes in the relationship.

See Also

RelationshipEnd Class
Microsoft.AnalysisServices Namespace

Return to top