MeasureGroup.ParentDatabase 속성

Gets the Database object which is the parent of the MeasureGroup 's Cube object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
‘사용 방법
Dim instance As MeasureGroup 
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

속성 값

유형: Microsoft.AnalysisServices.Database
A Database object.

참고 항목

참조

MeasureGroup 클래스

Microsoft.AnalysisServices 네임스페이스