次の方法で共有


CubeAttribute.ParentDatabase プロパティ

CubeAttribute オブジェクトの親 Database を取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'使用
Dim instance As CubeAttribute 
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
Database オブジェクトです。

関連項目

参照

CubeAttribute クラス

Microsoft.AnalysisServices 名前空間