Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Property Value
Type: Microsoft.AnalysisServices.RelationshipEndAttributeCollection
The collection of attributes in the relationship.