Siblings 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Siblings As MiningContentNodeCollection
    Get
'用途
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