다음을 통해 공유


Parent 속성

Gets the parent Cube of the CubeDimension object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube
    Get
‘사용 방법
Dim instance As CubeDimension
Dim value As Cube

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

속성 값

유형: Microsoft.AnalysisServices. . :: . .Cube
The parent Cube.