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