Member.IsChildCountReal - Propriété

Obtient ou définit une valeur booléenne qui indique si le nombre d'éléments enfants est le nombre réel ou une estimation.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Property IsChildCountReal As Boolean
    Get
    Set
'Utilisation
Dim instance As Member
Dim value As Boolean

value = instance.IsChildCountReal

instance.IsChildCountReal = value
public bool IsChildCountReal { get; set; }

Valeur de propriété

Type : System.Boolean
true si la valeur de la propriété ChildCount est le nombre réel d'enfants ; false s'il s'agit d'une estimation.

Voir aussi

Référence

Member classe

Member - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms