Поделиться через


Member.ChildCount Property

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

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ChildCount As Long
public long ChildCount { get; }
public:
property long long ChildCount {
    long long get ();
}
/** @property */
public long get_ChildCount ()
public function get ChildCount () : long

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

A long that contains the estimated number of child members contained by the Member.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace