Proprietà ChildCount
Gets the estimated count of child members contained in the Member.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ChildCount As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
A long that contains the estimated number of child members contained by the Member.