Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.