次の方法で共有


AttributeRelationship.Parent プロパティ

現在の属性のリレーションシップに対する親属性を取得します。

名前空間:  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
現在の属性のリレーションシップに対する親属性を表す DimensionAttribute オブジェクトです。

関連項目

参照

AttributeRelationship クラス

Microsoft.AnalysisServices 名前空間