GetChildrenCount Method

SQL-NS

SQL-NS

GetChildrenCount Method

The GetChildrenCount method retrieves the number of child members belonging to an item.

Applies To
SQLNamespace Object
Syntax

object.GetChildrenCount(
ItemIn)

Parts

object

Expression that evaluates to an object in the Applies To list

ItemIn

Handle to the item in the namespace hierarchy

Data Type

Long

Prototype (C/C++)

HRESULT GetChildrenCount(
HSQLNSITEM ItemIn,
long *pRetVal);