Member.ChildCount Property
Gets the estimated count of child members contained in the Member.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ChildCount As Integer
public int ChildCount { get; }
public:
property int ChildCount {
int get ();
}
/** @property */
public int get_ChildCount ()
public function get ChildCount () : int
Valeur de propriété
A long that contains the estimated number of child members contained by the Member.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Member Class
Member Members
Microsoft.AnalysisServices.AdomdServer Namespace