Compartilhar via


Propriedade do RDL MiningContentNode.Siblings

Obtém uma coleção que contém os objetos MiningContentNode no mesmo nível hierárquico do MiningContentNode atual.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Siblings As MiningContentNodeCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
Um MiningContentNodeCollection que contém os objetos MiningContentNode irmãos.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdServer