Member.IsChildCountReal-Eigenschaft
Ruft ab oder legt einen booleschen Wert, der angibt, ob die Anzahl der untergeordneten Elemente der Zählung oder eine Schätzung ist.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsChildCountReal As Boolean
Get
Set
'Usage
Dim instance As Member
Dim value As Boolean
value = instance.IsChildCountReal
instance.IsChildCountReal = value
public bool IsChildCountReal { get; set; }
Eigenschaftswert
Typ: System.Boolean
true ist der Wert der ChildCount -Eigenschaft die tatsächliche Anzahl von Kindern; false , wenn es sich um eine Schätzung handelt.