Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of dimension relationships.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Relationships As RelationshipCollection
Get
'Usage
Dim instance As Dimension
Dim value As RelationshipCollection
value = instance.Relationships
[BrowsableAttribute(false)]
public RelationshipCollection Relationships { get; }
[BrowsableAttribute(false)]
public:
property RelationshipCollection^ Relationships {
RelationshipCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Relationships : RelationshipCollection
function get Relationships () : RelationshipCollection
Property Value
Type: Microsoft.AnalysisServices.RelationshipCollection
The collection of dimension relationships.