This topic has not yet been rated - Rate this topic

DependencyTreeNode.HasChildNodes Property

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)
public virtual bool HasChildNodes { get; }

Property Value

Type: System.Boolean
A 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.