Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the number of members contained by the Level.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property MemberCount As Long
public long MemberCount { get; }
public:
property long long MemberCount {
long long get ();
}
/** @property */
public long get_MemberCount ()
public function get MemberCount () : long
Valor de propiedad
A Long that contains the number of members contained by the Level.
Notas
The value of this property represents the approximate number of members contained by the Level. If you need the exact number of members contained by the Level, you should use the Count property of the collection returned by GetMembers.
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
Level Class
Level Members
Microsoft.AnalysisServices.AdomdServer Namespace