Siblings propriété

Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Siblings As MiningContentNodeCollection
    Get
'Utilisation
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