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 命名空间