Compartir a través de


Level.MemberCount Propiedad

Gets the number of members contained by the Level.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property MemberCount As Long 
    Get
'Uso
Dim instance As Level 
Dim value As Long 

value = instance.MemberCount
public long MemberCount { get; }
public:
property long long MemberCount {
    long long get ();
}
member MemberCount : int64
function get MemberCount () : long

Valor de la propiedad

Tipo: System.Int64
A Long that contains the number of members contained by the Level.

Comentarios

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.

Vea también

Referencia

Level Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient