GetChildrenCount Method (SQL-NS)

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

Applies To
SQLNamespace Object  

Syntax

object.GetChildrenCount(
ItemIn)

Part Description
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);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.