Share via


AttributeTranslation.Parent 속성

Gets the parent dimension attribute of the AttributeTranslation object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute 
    Get
‘사용 방법
Dim instance As AttributeTranslation 
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.

참고 항목

참조

AttributeTranslation 클래스

Microsoft.AnalysisServices 네임스페이스