DependencyTreeNode.HasChildNodes Property
SQL Server 2012
Gets the Boolean property value that specifies whether the DependencyTreeNode object has any child nodes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether the referenced DependencyTreeNode object has any child DependencyTreeNode objects.If True, the DependencyTree object has child DependencyTreeNode objects.If False (default), the DependencyTree object does not have any child DependencyTreeNode objects.
