DataSourceView.Parent 속성

Gets the Database object that is the parent of the DataSourceView object.

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

구문

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

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

속성 값

유형: Microsoft.AnalysisServices.Database
A Database object that is the parent of the DataSourceView object.

참고 항목

참조

DataSourceView 클래스

Microsoft.AnalysisServices 네임스페이스