Compartir a través de


Member.ChildCount Property

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

Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
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

Valor de propiedad

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Member Class
Member Members
Microsoft.AnalysisServices.AdomdClient Namespace