GetType Method

SQL-NS

SQL-NS

GetType Method

Retrieves the object type (SQLNSObjectType) of the item.

Applies To
SQLNamespace Object
Syntax

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

SQLNSObjectType

Prototype (C/C++)

HRESULT GetType(
HSQLNSITEM ItemIn,
SQLNSObjectType *pRetVal);