Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.RelationshipCollection
The collection of dimension relationships.