次の方法で共有


DataSourceView.IMajorObject.ParentDatabase プロパティ

DataSourceView により参照される親データベースを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Private ReadOnly Property ParentDatabase As Database 
    Implements IMajorObject.ParentDatabase 
    Get
'使用
Dim instance As DataSourceView 
Dim value As Database 

value = CType(instance, IMajorObject).ParentDatabase
Database IMajorObject.ParentDatabase { get; }
private:
virtual property Database^ ParentDatabase {
    Database^ get () sealed = IMajorObject::ParentDatabase::get;
}
private abstract ParentDatabase : Database 
private override ParentDatabase : Database
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: Microsoft.AnalysisServices.Database
DataSourceView により参照される親データベースです。

実装

IMajorObject.ParentDatabase

関連項目

参照

DataSourceView クラス

Microsoft.AnalysisServices 名前空間