MiningContentNode.Siblings プロパティ

現在の MiningContentNode と同じ階層レベルにある MiningContentNode オブジェクトを含むコレクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNode の兄弟オブジェクトを含む MiningContentNodeCollection です。

関連項目

参照

MiningContentNode クラス

Microsoft.AnalysisServices.AdomdServer 名前空間