Свойство ChildCount

Gets the estimated count of child members contained in the Member.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property ChildCount As Integer
    Get
'Применение
Dim instance As Member
Dim value As Integer

value = instance.ChildCount
public int ChildCount { get; }
public:
property int ChildCount {
    int get ();
}
member ChildCount : int
function get ChildCount () : int

Значение свойства

Тип: System. . :: . .Int32
A long that contains the estimated number of child members contained by the Member.