다음을 통해 공유


ParentDatabase 속성

Gets the parent Database relative to a PerspectiveMeasureGroup object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
    Get
‘사용 방법
Dim instance As PerspectiveMeasureGroup
Dim value As Database

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