Dimension.Relationships 属性

Gets the collection of dimension relationships.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Relationships As RelationshipCollection 
    Get
用法
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

属性值

类型:Microsoft.AnalysisServices.RelationshipCollection
The collection of dimension relationships.

请参阅

参考

Dimension 类

Microsoft.AnalysisServices 命名空间