次の方法で共有


ParentDatabase プロパティ

AttributeTranslation オブジェクトに関連付けられた親 Database を取得します。

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

構文

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