次の方法で共有


CubeDimension.ParentDatabase プロパティ

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

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database 
    Get
'使用
Dim instance As CubeDimension 
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 です。

関連項目

参照

CubeDimension クラス

Microsoft.AnalysisServices 名前空間