MiningContentNode.Siblings-Eigenschaft
Ruft eine Auflistung der MiningContentNode-Objekte auf der gleichen hierarchischen Ebene wie der aktuelle MiningContentNode ab.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Siblings As MiningContentNodeCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection mit den gleichgeordneten MiningContentNode-Objekten.