GetParentItem Method

SQL-NS

SQL-NS

GetParentItem Method

The GetParentItem method retrieves the parent item.

Applies To
SQLNamespace Object
Syntax

object.GetParentItem(
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 GetParentItem(
HSQLNSITEM ItemIn,
HSQLNSITEM *pItemOut);