Share via


MiningContentNode.Siblings Property

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

Property Value

A MiningContentNodeCollection containing the sibling MiningContentNode objects.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MiningContentNode Class
MiningContentNode Members
Microsoft.AnalysisServices.AdomdServer Namespace