Parent 属性

Gets the parent Attribute for the current attribute relationship.

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

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute
    Get
用法
Dim instance As AttributeRelationship
Dim value As DimensionAttribute

value = instance.Parent
[BrowsableAttribute(false)]
public DimensionAttribute Parent { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Parent {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : DimensionAttribute
function get Parent () : DimensionAttribute

属性值

类型:Microsoft.AnalysisServices. . :: . .DimensionAttribute
A DimensionAttribute object with the parent attribute for the current attribute relationship.