GetSQLNamespaceObject Method

SQL-NS

SQL-NS

GetSQLNamespaceObject Method

The GetSQLNamespaceObject method retrieves the namespace interface for the item.

Applies To
SQLNamespace Object
Syntax

object.GetSQLNamespaceObject(
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

SQLNamespaceObject

Prototype (C/C++)

HRESULT GetSQLNamespaceObject(
HSQLNSITEM ItemIn,
ISQLNamespaceObject **pRetVal);