Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a collection containing the MiningContentNode objects on the same hierarchical level as the current MiningContentNode.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Siblings As MiningContentNodeCollection
public MiningContentNodeCollection Siblings { get; }
public:
property MiningContentNodeCollection^ Siblings {
MiningContentNodeCollection^ get ();
}
/** @property */
public MiningContentNodeCollection get_Siblings ()
public function get Siblings () : MiningContentNodeCollection
Eigenschaftswert
A MiningContentNodeCollection containing the sibling MiningContentNode objects.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MiningContentNode Class
MiningContentNode Members
Microsoft.AnalysisServices.AdomdServer Namespace