SfcDependencyNode.ChildCount Propiedad
Gets a value that indicates the number of children of the dependency node. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
An integer that represents the number of children.