Freigeben über


RelationshipEnd.Attributes-Eigenschaft

Gets the collection of attributes in the relationship.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As RelationshipEndAttributeCollection 
    Get
'Usage
Dim instance As RelationshipEnd 
Dim value As RelationshipEndAttributeCollection 

value = instance.Attributes
[BrowsableAttribute(false)]
public RelationshipEndAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property RelationshipEndAttributeCollection^ Attributes {
    RelationshipEndAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : RelationshipEndAttributeCollection
function get Attributes () : RelationshipEndAttributeCollection

Eigenschaftswert

Typ: Microsoft.AnalysisServices.RelationshipEndAttributeCollection
The collection of attributes in the relationship.

Siehe auch

Verweis

RelationshipEnd Klasse

Microsoft.AnalysisServices-Namespace