IHierarchyNodeBuilder.EnumChildren Method ()

 

Applies To: SQL Server 2016 Preview

Retrieves the hierarchy node builders that the object contains.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

IEnumerable EnumChildren()
IEnumerable^ EnumChildren()
abstract EnumChildren : unit -> IEnumerable
Function EnumChildren As IEnumerable

Return Value

Type: System.Collections.IEnumerable

The hierarchy node builders that the object contains.

See Also

IHierarchyNodeBuilder Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top