Propriété MiningContentNode.Siblings
Obtient une collection qui contient les objets MiningContentNode sur le même niveau hiérarchique que le MiningContentNode actuel.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en 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
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection qui contient les objets MiningContentNode frères.