ParentDatabase プロパティ
現在の AggregationAttribute の親 Database を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDatabase As Database
Get
'使用
Dim instance As AggregationAttribute
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
現在の AggregationAttribute の親 Database です。