次の方法で共有


Parent プロパティ

Database の親 Server を取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server
    Get
'使用
Dim instance As Database
Dim value As Server

value = instance.Parent
[BrowsableAttribute(false)]
public Server Parent { get; }
[BrowsableAttribute(false)]
public:
property Server^ Parent {
    Server^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Server
function get Parent () : Server

プロパティ値

型: Microsoft.AnalysisServices. . :: . .Server
Server オブジェクトです。