Поделиться через


Свойство Siblings

Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current 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
A MiningContentNodeCollection containing the sibling MiningContentNode objects.