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
MiningContentNodeCollection ,其中包含同層級 MiningContentNode 物件。