Propriedade do RDL SfcDependencyNode.ChildCount
Gets a value that indicates the number of children of the dependency node. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property ChildCount As Integer
Get
'Uso
Dim instance As SfcDependencyNode
Dim value As Integer
value = instance.ChildCount
public int ChildCount { get; }
public:
property int ChildCount {
int get ();
}
member ChildCount : int
function get ChildCount () : int
Valor da propriedade
Tipo: System.Int32
An integer that represents the number of children.