Compartir a través de


MiningContentNode.Siblings Propiedad

Obtiene una colección que contiene los objetos MiningContentNode en el mismo nivel jerárquico que la clase MiningContentNode actual.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property Siblings As MiningContentNodeCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNodeCollection que contiene los objetos MiningContentNode relacionados.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer