MiningContentNode.Ancestors プロパティ

MiningContentNode のすべての先祖オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property Ancestors As MiningContentNodeCollection 
    Get
'使用
Dim instance As MiningContentNode 
Dim value As MiningContentNodeCollection 

value = instance.Ancestors
public MiningContentNodeCollection Ancestors { get; }
public:
property MiningContentNodeCollection^ Ancestors {
    MiningContentNodeCollection^ get ();
}
member Ancestors : MiningContentNodeCollection
function get Ancestors () : MiningContentNodeCollection

プロパティ値

型: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNode のすべての先祖オブジェクトのコレクションです。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdServer 名前空間